17 Apr
2025
17 Apr
'25
10:21 a.m.
Alexandre Julliard (@julliard) commented about dlls/ntdll/reg.c:
RtlInitUnicodeString(&src, data); res = 0; dst.MaximumLength = 0; + dst.Buffer = NULL;
This should probably be addressed in RtlExpandEnvironmentStrings_U instead of patching the callers. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7826#note_101259