disable code that dereferences a random pointer

svn path=/trunk/; revision=23871
This commit is contained in:
Thomas Bluemel 2006-09-01 18:56:06 +00:00
parent 13e3041822
commit c474673ac7

View file

@ -763,7 +763,8 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
/* Driver base is in parameter 1 */
DriverBase = (PVOID)BugCheckParameter1;
KiBugCheckDriver = &LdrEntry->BaseDllName;
/* FIXME: LdrEntry is uninitialized for god's sake!!!
KiBugCheckDriver = &LdrEntry->BaseDllName; */
break;
/* Check if the driver has a stuck thread */