mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05:00
sys: IRP_MJ_READ, FspSafeMdlCreate, FspSafeMdlCopyBack: bug fixes
This commit is contained in:
@@ -297,7 +297,8 @@ NTSTATUS FspFsvolReadComplete(
|
||||
ULONG InfoChangeNumber;
|
||||
BOOLEAN Success;
|
||||
|
||||
FspSafeMdlCopyBack(SafeMdl);
|
||||
if (0 != SafeMdl)
|
||||
FspSafeMdlCopyBack(SafeMdl);
|
||||
|
||||
if (!PagingIo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user