summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2018-05-10 12:31:36 -0400
committerPhillip Susi <psusi@ubuntu.com>2018-06-05 10:34:37 -0400
commit9e196cc2902255c328a90584e44666b79e4344c3 (patch)
tree10cfbb03560196d5187edc720c3b5200823f8cb7 /NEWS
parentddb9cce8a2ec87cdd9853bdca25c852c7aee8bdf (diff)
downloadparted-9e196cc2902255c328a90584e44666b79e4344c3.tar.gz
Fix set and disk_set to not crash when no flags are supported
Loop labels and file images support no flags. set and disk_set would prompt for a flag and accept any string since the list of flags was empty, then fail to look up an actual flag value, then throw an exception with a null string for the name of the flag, which would bug.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5bc3051..2b7c7b4 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ GNU parted NEWS -*- outline -*-
** Bug Fixes
+ Fix set and disk_set to not crash when there are no flags to set.
+
Fix a udev cookie leak when using resizepart on device-mapper devices.
Fix a gettext crash/error sometimes when using localized languages.