mirror of
https://github.com/winfsp/winfsp.git
synced 2026-02-04 09:20:17 -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.