6 Jan
2025
6 Jan
'25
11:54 a.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/sync.c:
TRACE( "%p %p %u %p %p %u\n", handle, info, (int)count, written, timeout, alertable );
+ if (!count) return STATUS_INVALID_PARAMETER;
Would you implement the check at `wow64_NtRemoveIoCompletionEx` side as well? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7082#note_91464