centurysys opened a new pull request, #11540:
URL: https://github.com/apache/nuttx/pull/11540
When the MBR partition size exceeds 2 GiB, a 32-bit wrap-around occurs,
causing an error in the block count calculation.
* wrong
brw-rw-rw- 5150605312 mmcblk0
brw-rw-rw- 629145600 mmcblk0p1
brw-rw-rw- 225443840 mmcblk0p2 <--
* fixed
brw-rw-rw- 5150605312 mmcblk0
brw-rw-rw- 629145600 mmcblk0p1
brw-rw-rw- 4520411136 mmcblk0p2 <--
## Summary
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]