diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-04-26 14:06:51 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-04-26 14:06:51 +0000 |
| commit | db0681412191dcceb5aa99cf31fb8339d6bc4adb (patch) | |
| tree | 590a4ccfa858b45ddeef4a4a279bdbb57f2c80e8 /Private/NewBoot/BootKit/BootKit.hxx | |
| parent | 97eb8462433a831f8a02a08acfc7ca32e794d37d (diff) | |
| parent | 3210d2e3f38a73090bcdbdd68623c676868529ce (diff) | |
Merged in MHR-16 (pull request #7)
MHR-16
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index f7f33958..e2e371dd 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -255,7 +255,12 @@ private: Lba startLba = partBlock.StartCatalog; BTextWriter writer; + SizeT blobCounter = 0UL; + while (blob) { + if (blobCounter > blobCount) break; + ++blobCounter; + NewCatalog* catalogKind = new NewCatalog(); memset(catalogKind, 0, sizeof(NewCatalog)); |
