mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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