[NTOSKRNL]

Spotted with kmtest:IoFilesystem: these checks are not performed in free builds for kernel callers and are delegated to the FSD.

svn path=/trunk/; revision=73920
This commit is contained in:
Pierre Schweitzer
2017-02-26 11:27:24 +00:00
parent 75a22bb16a
commit ece00ea85f
+2
View File
@@ -2115,6 +2115,7 @@ NtQueryInformationFile(IN HANDLE FileHandle,
}
_SEH2_END;
}
#if DBG
else
{
/* Validate the information class */
@@ -2132,6 +2133,7 @@ NtQueryInformationFile(IN HANDLE FileHandle,
return STATUS_INFO_LENGTH_MISMATCH;
}
}
#endif
/* Reference the Handle */
Status = ObReferenceObjectByHandle(FileHandle,