[NTOS:CONFIG] Release the lock in a failure case in CmLoadKey

This is a workaround, the real issue is still not resolved
CORE-17263
This commit is contained in:
Victor Perevertkin 2020-12-08 13:44:27 +03:00
parent da1f4ed6af
commit 016dc28793
No known key found for this signature in database
GPG key ID: C750B7222E9C7830

View file

@ -2130,6 +2130,7 @@ CmLoadKey(IN POBJECT_ATTRIBUTES TargetKey,
DPRINT1("CmpLinkHiveToMaster failed, Status %lx\n", Status);
/* FIXME: TODO */
// ASSERT(FALSE); see CORE-17263
ExReleasePushLock(&CmpLoadHiveLock);
}
/* Is this first profile load? */