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?