• Tim Clem's avatar
    kernelbase: Don't assume the length of the process image name. · a7937e83
    Tim Clem authored
    NtQueryInformationProcess(ProcessImageFileNameWin32) may return an
    empty string in some circumstances, which leads
    QueryFullProcessImageNameW to crash if called with flags including
    PROCESS_NAME_NATIVE, as that path assumed the image name had a length
    of at least 2.
    a7937e83
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
console.c Loading commit data...
debug.c Loading commit data...
file.c Loading commit data...
kernelbase.h Loading commit data...
kernelbase.rc Loading commit data...
kernelbase.rgs Loading commit data...
kernelbase.spec Loading commit data...
loader.c Loading commit data...
locale.c Loading commit data...
main.c Loading commit data...
memory.c Loading commit data...
path.c Loading commit data...
process.c Loading commit data...
registry.c Loading commit data...
security.c Loading commit data...
string.c Loading commit data...
sync.c Loading commit data...
thread.c Loading commit data...
version.c Loading commit data...
volume.c Loading commit data...
winerror.mc Loading commit data...