Sebastian Lackner
Sebastian Lackner
Continuation of bug #311: >The following two corner cases are still not correct: > > * If the file previously had size zero, also fallocate space for the header (most...
I already mentioned this at https://github.com/rfjakob/gocryptfs/commit/295d432175292dbaef572093d784aab55f5c0b8f#r31705033 - now turning into a proper bug report since I verified that this is indeed an issue. Steps to reproduce: ``` $ gocryptfs -passwd...
First of all, thank you very much for this awesome project. Especially the reverse-mode is very interesting for my specific use-case. Unfortunately, at least in the current implementation, I would...
This issue is currently blocked by https://github.com/rfjakob/gocryptfs/issues/351. Once we fix that, we get: ``` --- FAIL: Test0100Dir (0.00s) correctness_test.go:243: open /var/folders/6x/tlqzyq0j38j9xw6qkl8p3jcm0000gq/T/gocryptfs-tp/025916131/c/Test0100Dir/hello: permission denied FAIL FAIL github.com/rfjakob/gocryptfs/tests/reverse 3.857s ``` This test...
This issue already exists for quite some time, but I don't think there is a bug report for it yet. I was initially hoping to fix it together with #158,...
On macOS, the xattr tests still cause a couple of test failures: ``` DecryptBlock: Block is too short: 3 bytes DecryptBlock: Block is too short: 2 bytes GetXAttr: Block is...
The current implementation of `openWriteOnlyFile` can lead to different race-conditions: * Since `openWriteOnlyLock` is only used for opening files, stat-ing a file at the wrong time might reveal the temporary...
The function only worked when `self.data.is_inline` is false.
I'm one of the co-authors of SemanticDiff, and since you already have difftastic in your list, it might be worth mentioning this tool as well. It supports fewer languages than...
First of all, thanks a lot for providing this project! It makes it so much easier to work with UTF-8 data. I'm aware that this might be out of the...