Actions
Bug #7274
closedinstallgrub get_start_sector() is dereferencing NULL pointer
Start date:
2016-08-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
7242 did initialize the part pointer to NULL and against all odds, it appears this same pointer was used uninitialized before 7242.
Updated by Electric Monk almost 7 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 305579dffddaa0d1d690a9e3f506d29a8520c230
commit 305579dffddaa0d1d690a9e3f506d29a8520c230 Author: Toomas Soome <tsoome@me.com> Date: 2016-08-05T15:18:33.000Z 7274 installgrub get_start_sector() is dereferencing NULL pointer Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions