mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[NTOS:EX] Allow calling ExLockUserBuffer up to DISPATCH_LEVEL
This commit is contained in:
parent
d8e25f06b1
commit
69cd1e107a
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ ExLockUserBuffer(
|
||||||
PMDL *OutMdl)
|
PMDL *OutMdl)
|
||||||
{
|
{
|
||||||
PMDL Mdl;
|
PMDL Mdl;
|
||||||
PAGED_CODE();
|
ASSERT(KeGetCurrentIrql() <= DISPATCH_LEVEL);
|
||||||
|
|
||||||
*MappedSystemVa = NULL;
|
*MappedSystemVa = NULL;
|
||||||
*OutMdl = NULL;
|
*OutMdl = NULL;
|
||||||
|
|
Loading…
Reference in a new issue