mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05:00
sys: IRP_MJ_WRITE, IRP_MJ_READ: testing
This commit is contained in:
@@ -197,7 +197,7 @@ static NTSTATUS FspFsvolReadNonCached(
|
||||
if (0 == Irp->MdlAddress)
|
||||
{
|
||||
Result = FspLockUserBuffer(Irp->UserBuffer, ReadLength,
|
||||
Irp->RequestorMode, IoReadAccess, &Irp->MdlAddress);
|
||||
Irp->RequestorMode, IoWriteAccess, &Irp->MdlAddress);
|
||||
if (!NT_SUCCESS(Result))
|
||||
return Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user