[KMTESTS:IO]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 26 Feb 2017 11:31:51 +0000 (11:31 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 26 Feb 2017 11:31:51 +0000 (11:31 +0000)
commit425f097968bdd38591e3f9b028e47c454c589381
tree56782ed44f9c8b82b403ed1c72cc25349f63ffe7
parentece00ea85f7bc02be87b5e29e464d213223c864b
[KMTESTS:IO]
- Avoid a crash in IoFilesystem on Windows when using a free kernel with ntfs. Querying FileAllInformation with any size below sizeof(FILE_ALL_INFORMATION) is considered illegal, so only do it on checked builds (which have a size check).

svn path=/trunk/; revision=73921
rostests/kmtests/ntos_io/IoFilesystem.c