mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user