1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-13 23:59:15 -06:00
Files
winfsp/Contributors.asciidoc
Brett Dutro b513128cfe In Windows, Go clears any write-related flags when O_APPEND is
specified. This causes WinFSP to think that any O_APPEND requests are
actually read-only. This adds an additional check for the
FILE_APPEND_DATA flag so that we can ensure the request is sent with at
least O_WRONLY and O_APPEND set.
2019-10-21 18:04:26 -05:00

6.5 KiB