mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Fix handling of invalid memory accesses by the stub
svn path=/trunk/; revision=5765
This commit is contained in:
@@ -1003,8 +1003,7 @@ KdEnterDebuggerException(PEXCEPTION_RECORD ExceptionRecord,
|
||||
{
|
||||
GspAccessLocation = NULL;
|
||||
GspMemoryError = TRUE;
|
||||
TrapFrame->Eip += 2;
|
||||
ExceptionRecord->ExceptionFlags &= ~EXCEPTION_NONCONTINUABLE;
|
||||
Context->Eip += 2;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1255,7 +1254,7 @@ GspSetSingleRegisterInTrapFrame (ptr, Register, Context, TrapFrame);
|
||||
}
|
||||
}
|
||||
|
||||
return kdDoNotHandleException;
|
||||
return kdHandleException;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user