mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-13 15:49:12 -06:00
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.
6.7 KiB
6.7 KiB