mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: check Response->IoStatus.Information for Read, Write, QueryDirectory
This commit is contained in:
@ -546,7 +546,7 @@ static NTSTATUS FspFsvolQueryStreamInformationSuccess(
|
||||
(PUINT8)Response + Response->Size)
|
||||
{
|
||||
Irp->IoStatus.Information = 0;
|
||||
return STATUS_INFO_LENGTH_MISMATCH; /* ???: what is the best code to return here? */
|
||||
return STATUS_INTERNAL_ERROR;
|
||||
}
|
||||
|
||||
FspIopRequestContext(Request, RequestInfoChangeNumber) = (PVOID)
|
||||
|
Reference in New Issue
Block a user