+2012-02-27 Richard Laager <rlaager@wiktel.com>
+
+ * util/getroot.c (grub_find_root_devices_from_mountinfo): Add missing
+ unescape.
+
2012-02-27 Vladimir Serbinenko <phcoder@gmail.com>
Don't use insecure popen in getroot.
if (sscanf (sep, "%s %s", entry.fstype, entry.device) != 2)
continue;
+ unescape (entry.device);
+
/* Using the mount IDs, find out where this fits in the list of
visible mount entries we've seen so far. There are three
interesting cases. Firstly, it may be inserted at the end: this is