Check for the complete initialisation of user mode modules.

svn path=/trunk/; revision=15561
This commit is contained in:
Hartmut Birr 2005-05-28 07:39:54 +00:00
parent fcc81ed73f
commit dde52a04c5

View file

@ -64,7 +64,7 @@ KdbpSymFindUserModule(IN PVOID Address OPTIONAL,
Peb = CurrentProcess->Peb;
}
if (Peb == NULL)
if (Peb == NULL || Peb->Ldr == NULL)
{
return FALSE;
}