mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[NTOS:MM]
- Improve a DPRINT CORE-7445 svn path=/trunk/; revision=60632
This commit is contained in:
@@ -69,7 +69,8 @@ MiCheckForUserStackOverflow(IN PVOID Address,
|
||||
if ((Address >= StackBase) || (Address < DeallocationStack))
|
||||
{
|
||||
/* That's odd... */
|
||||
DPRINT1("Faulting address outside of stack bounds\n");
|
||||
DPRINT1("Faulting address outside of stack bounds. Address=%p, StackBase=%p, DeallocationStack=%p\n",
|
||||
Address, StackBase, DeallocationStack);
|
||||
return STATUS_GUARD_PAGE_VIOLATION;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user