Alexandre Julliard pushed to branch master at wine / wine
Commits: 323cea07 by Alexandre Julliard at 2024-11-26T11:14:36+01:00 ntdll: Always return the handle from NtCreateIoCompletion().
Following the pattern of all the other create calls.
- - - - - 3613b755 by Alexandre Julliard at 2024-11-26T14:12:29+01:00 server: Do not allow to open an existing mailslot in NtCreateMailslotFile.
- - - - - b2d01702 by Alexandre Julliard at 2024-11-26T14:37:33+01:00 server: Fix a token reference leak.
- - - - - d555694d by Alexandre Julliard at 2024-11-26T14:37:33+01:00 ntdll/tests: Remove some workarounds for old Windows versions.
- - - - - 5a18f551 by Alexandre Julliard at 2024-11-26T18:25:56+01:00 ntdll/tests: Add tests for opening objects with zero access.
Based on a patch by Paul Gofman.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c - dlls/ntdll/unix/sync.c - server/mailslot.c - server/token.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c397e2ab7f8894c7876e3d667bd07d...