mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[CMLIB] Fix hive validation loop for missing bins
This commit is contained in:
@@ -1537,6 +1537,7 @@ HvValidateHive(
|
||||
/* Go to the next if this bin does not exist */
|
||||
if (Hive->Storage[StorageIndex].BlockList[BlockIndex].BinAddress == (ULONG_PTR)NULL)
|
||||
{
|
||||
BlockIndex++;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user