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] == ch; > } > 418a427,431 > if(!endsWith(volumeDir, '/')) > volumeDir.append("/"); > if(!endsWith(destDir, '/')) > destDir.append("/"); >
** Changed in: encfs (Ubuntu) Status: New => Fix Committed -- 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 the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs