Changes between Initial Version and Version 1 of Ticket #8990, comment 13
- Timestamp:
- Jan 26, 2015, 11:23:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8990, comment 13
initial v1 14 14 > If I understand the MBR code correctly `BlockSize()` returns size of the sector. So the only change required is checking whether the offset is `< BlockSize() * UINT32_MAX`. 15 15 > 16 But then again BlockSize() returns the size of the block (512/2048/4096 etc) not the size of the sector 16 But then again BlockSize() returns the size of the block (512/2048/4096 etc) not the size of the sector. Had it returned the size of the sector , your assumption would have been true.