** Changed in: encfs (Ubuntu)
Status: Fix Committed => Fix Released
--
encfsctl export adds prefix instead of directory
https://bugs.launchpad.net/bugs/184905
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
Added check in helper function to ensure paths are as expected.
diff -rN old-encfs-1.4/encfs/encfsctl.cpp new-encfs-1.4/encfs/encfsctl.cpp
415a416,423
> static bool endsWith(const string &str, char ch)
> {
> if(str.empty())
> return false;
> else
> return str[str.length()-1] ==