20 Feb
2025
20 Feb
'25
3:41 p.m.
Jacek Caban (@jacek) commented about dlls/ntdll/loader.c:
if (TRACE_ON(snoop)) { - const WCHAR *user = importer ? importer->ldr.BaseDllName.Buffer : NULL; + const WCHAR *user = !is_dynamic && importer ? importer->ldr.BaseDllName.Buffer : NULL;
Same here, you may just drop `importer` check. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7#note_95387