mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[NTOS/MM]
- Do not assert in case of stack overflow, just let the page fault handler raise STATUS_STACK_OVERFLOW svn path=/trunk/; revision=64537
This commit is contained in:
parent
eb2da9430f
commit
b80b707083
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ MiCheckForUserStackOverflow(IN PVOID Address,
|
|||
{
|
||||
/* We don't -- Windows would try to make this guard page valid now */
|
||||
DPRINT1("Close to our death...\n");
|
||||
ASSERT(FALSE);
|
||||
return STATUS_STACK_OVERFLOW;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue