May 18, 2026
1 p.m.
Jinoh Kang (@iamahuman) commented about dlls/kernelbase/debug.c:
STRING strA;
WARN( "%s\n", debugstr_w(str) ); + if (!str) return;
This would need tests. Is NULL string skipped entirely? Or coerced to empty (but valud) string and passed to the debugger regardless. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10933#note_140358