Changeset 107450 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 7, 2025 10:01:29 AM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp
r106061 r107450 2092 2092 2093 2093 /* Read in the block map and verify it as well. */ 2094 uint64_t cbFvVol = 0;2094 /*uint64_t cbFvVol = 0; */ 2095 2095 uint64_t cbFvHdr = sizeof(*pFvHdr); 2096 2096 uint64_t offBlockMap = sizeof(*pFvHdr); … … 2110 2110 break; 2111 2111 2112 cbFvVol += RT_LE2H_U32(BlockMap.cBlocks) * RT_LE2H_U32(BlockMap.cbBlock);2112 /*cbFvVol += RT_LE2H_U32(BlockMap.cBlocks) * RT_LE2H_U32(BlockMap.cbBlock);*/ 2113 2113 2114 2114 pu16 = (const uint16_t *)&BlockMap;
Note:
See TracChangeset
for help on using the changeset viewer.