mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +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 */
|
/* We don't -- Windows would try to make this guard page valid now */
|
||||||
DPRINT1("Close to our death...\n");
|
DPRINT1("Close to our death...\n");
|
||||||
ASSERT(FALSE);
|
|
||||||
return STATUS_STACK_OVERFLOW;
|
return STATUS_STACK_OVERFLOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue