sys: IRP_MJ_READ, FspSafeMdlCreate, FspSafeMdlCopyBack: bug fixes

This commit is contained in:
Bill Zissimopoulos
2016-03-08 16:24:08 -08:00
parent 6efb5cc113
commit 79119a22cb
2 changed files with 4 additions and 3 deletions

View File

@ -297,7 +297,8 @@ NTSTATUS FspFsvolReadComplete(
ULONG InfoChangeNumber;
BOOLEAN Success;
FspSafeMdlCopyBack(SafeMdl);
if (0 != SafeMdl)
FspSafeMdlCopyBack(SafeMdl);
if (!PagingIo)
{