[NTOS:EX]

- Reset of count of handles prior to enumeration
See issue 11928 for more details.

svn path=/trunk/; revision=72551
This commit is contained in:
Dmitry Chapyshev 2016-09-03 18:52:22 +00:00
parent 865a118a60
commit d94cfe79f5

View file

@ -1203,6 +1203,9 @@ QSI_DEF(SystemHandleInformation)
{
PLIST_ENTRY NextTableEntry;
/* Reset of count of handles */
HandleInformation->NumberOfHandles = 0;
/* Enumerate all system handles */
for (NextTableEntry = HandleTableListHead.Flink;
NextTableEntry != &HandleTableListHead;