Actions
Bug #7902
closedloader: VTOC partition size is one sector too large
Start date:
2017-02-22
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Simple off by one issue, missed to subtract one while calculating the end sector for VTOC partition.
Discovered and verified the fix by comparing with format/prtvotoc.
Updated by Electric Monk almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit c5cfe7a39b9f427d1befb672553c99723f6e0294
commit c5cfe7a39b9f427d1befb672553c99723f6e0294 Author: Toomas Soome <tsoome@me.com> Date: 2017-02-23T21:55:45.000Z 7902 loader: VTOC partition size is one sector too large Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
Actions