2 Jul
2024
2 Jul
'24
10:40 p.m.
Paul Gofman (@gofman) commented about dlls/ntdll/locale.c:
NTSTATUS status;
if (!src) return STATUS_INVALID_PARAMETER_4; - if (!reslen) return STATUS_INVALID_PARAMETER; + if (!reslen && !dst) return STATUS_INVALID_PARAMETER;
This could probably use a test? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5976#note_74953