bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #44238] Add support for menu.c32 and vesamenu.c32 in lib/syslinux_p


From: Andrei Borzenkov
Subject: [bug #44238] Add support for menu.c32 and vesamenu.c32 in lib/syslinux_parse
Date: Fri, 13 Feb 2015 19:01:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Follow-up Comment #1, bug #44238 (project grub):

+           while (*ptr)
+             {
+               end = ptr;
+               for (end = ptr; *end && !grub_isspace (*end); end++);
+               if (*end)
+                 *end++ = '\0';
+
+               /* "~" is supposed to be current file, so let's skip it */
+               if (grub_strcmp (ptr, "~") == 0)
+                 continue;

If you hit "~" you get endless loop.

Could you post fixed version to grub-devel for easier review?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44238>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]