1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-13 15:49:12 -06:00
Files
winfsp/Contributors.asciidoc
Pedro Frejo dbfbcb547d Fixed data corruption when overwriting a file on a Fuse v3 filesystem
When a file of size "s" is overwritten, forcing "O_APPEND" flag
makes the server file offset to be placed "s" bytes in advance.
This caused subsequent write operations to be paded by "s" zeroes,
thus corrupting the file.
2020-01-23 21:31:56 +01:00

6.7 KiB