mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: util: FspSafeMdlCreate: assertion fix
This commit is contained in:
parent
5fa631339d
commit
4417ebcc92
@ -722,7 +722,7 @@ NTSTATUS FspSafeMdlCreate(PMDL UserMdl, LOCK_OPERATION Operation, FSP_SAFE_MDL *
|
||||
ULONG BufferPageCount;
|
||||
|
||||
ASSERT(0 != PageCount);
|
||||
ASSERT(FlagOn(UserMdl->MdlFlags, MDL_PAGES_LOCKED));
|
||||
ASSERT(FlagOn(UserMdl->MdlFlags, MDL_SOURCE_IS_NONPAGED_POOL | MDL_PAGES_LOCKED));
|
||||
|
||||
*PSafeMdl = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user