Changes between Initial Version and Version 1 of Ticket #8990, comment 13


Ignore:
Timestamp:
Jan 26, 2015, 11:23:31 AM (9 years ago)
Author:
kushalsingh007

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8990, comment 13

    initial v1  
    1414> 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`.
    1515>
    16 But then again BlockSize() returns the size of the block (512/2048/4096 etc) not the size of the sector
     16But 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.