mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
MmMapLockedPagesSpecifyCache: Raise STATUS_ACCESS_VIOLATION instead of bugchecking when mapping into usermode.
svn path=/trunk/; revision=13036
This commit is contained in:
@@ -788,8 +788,9 @@ MmMapLockedPagesSpecifyCache ( IN PMDL Mdl,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/* FIXME: Raise an exception instead of bugchecking */
|
||||
KEBUGCHECK(0);
|
||||
/* Throw exception */
|
||||
ExRaiseStatus(STATUS_ACCESS_VIOLATION);
|
||||
ASSERT(0);
|
||||
}
|
||||
|
||||
Mdl->Process = CurrentProcess;
|
||||
|
||||
Reference in New Issue
Block a user