mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-23 12:33:03 -06: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