1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-04 11:56:54 -05:00

sys: check Response->IoStatus.Information for Read, Write, QueryDirectory

This commit is contained in:
Bill Zissimopoulos
2016-10-21 21:46:47 -07:00
parent e16dfd8a43
commit a525e095d3
4 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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)