Description
Implement the failure code path in CmpLinkHiveToMaster, which is currently just:
ntoskrnl/config/cmapi.c |
|
2122
|
else |
2123
|
{
|
2124
|
DPRINT1("CmpLinkHiveToMaster failed, Status %lx\n", Status); |
2125
|
/* FIXME: TODO */ |
2126
|
ASSERT(FALSE);
|
2127
|
}
|
Attachments
Issue Links
- blocks
-
CORE-5772 Assertion in CmLoadKey failed
- Resolved
-
CORE-17263 Assertion in CmLoadKey when booting with PnP storage stack
- Resolved