mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 12:02:46 -06: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