Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
pdisk
pdisk.edit-map-segfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pdisk.edit-map-segfault.patch of Package pdisk
map is NULL if the disk contains no valid mac label pdisk.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: pdisk/pdisk.c =================================================================== --- pdisk.orig/pdisk.c +++ pdisk/pdisk.c @@ -560,7 +560,7 @@ edit(char *name, int ask_logical_size) break; case 'Q': case 'q': - if (map->changed) { + if (map && map->changed) { if (get_okay("Discard changes? [n/y]: ", 0) != 1) { break; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor