• 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
debug.c 52.7 KB