[CMLIB] Fix hive validation loop for missing bins

This commit is contained in:
Ahmed ARIF
2026-05-12 00:16:33 +02:00
committed by George Bișoc
parent b3a0868a18
commit 99ec6cbf07

View File

@@ -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;
}