diff --git a/sdk/lib/cmlib/cmcheck.c b/sdk/lib/cmlib/cmcheck.c index 88de8b75215..e07e8f7c97c 100644 --- a/sdk/lib/cmlib/cmcheck.c +++ b/sdk/lib/cmlib/cmcheck.c @@ -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; }