j
k
j a
j l
Jacek Caban (@jacek) commented about dlls/ntdll/loader.c:
WCHAR mod_name[256]; const char *end = strrchr(forward, '.'); FARPROC proc = NULL; BOOL wm_owned_ref;
WCHAR mod_name[256]; const char *end = strrchr(forward, '.'); FARPROC proc = NULL;
Initializing it to `FALSE` here would eliminate the need for the extra branch below.
Back to the thread
Back to the list