Details
-
Bug
-
Resolution: Fixed
-
Major
Description
ObpIncrementHandleCount calls InsertTailList(&ObjectType->TypeList, &CreatorInfo->TypeList); if OpenReason == ObCreateHandle. However for object types this insertion is already performed by ObCreateObjectType. This causes the list to get corrupted.
This bug is present in Windows Server 2003 as well. Object type management is significantly different in later versions.
Attachments
Issue Links
- relates to
-
CORE-8419 Add list entry sanity/security checks
- Resolved