mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
disable code that dereferences a random pointer
svn path=/trunk/; revision=23871
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user