[Git][wine/wine][master] 2 commits: kernelbase: Don't write result on async NtWriteFile returns.
Alexandre Julliard pushed to branch master at wine / wine Commits: 49a68b3e by Stefan Dösinger at 2026-02-05T23:12:00+01:00 kernelbase: Don't write result on async NtWriteFile returns. If the caller passes the same pointer to WriteFile as it passes to GetOverlappedResult in another thread, the writes to the memory location in the two files will race each other. - - - - - 97ec2d14 by Stefan Dösinger at 2026-02-05T23:12:09+01:00 kernelbase: Don't write result on async NtReadFile returns. - - - - - 1 changed file: - dlls/kernelbase/file.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/361b82c32e093e4cb9fe4a886289bd... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/361b82c32e093e4cb9fe4a886289bd... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)