All of lore.kernel.org
 help / color / mirror / Atom feed
* script bug
@ 2006-05-07  5:42 Yoshinori K. Okuji
  2006-05-07 11:40 ` Marco Gerards
  0 siblings, 1 reply; 3+ messages in thread
From: Yoshinori K. Okuji @ 2006-05-07  5:42 UTC (permalink / raw)
  To: grub-devel

Try something like this:

@ "extremely long long 
line............................................................." {
}

grub-emu segfaults. This is partially because of the menu code, partilaly 
because of the scripting engine code. The menu code currently limits the max 
number of characters per line to 100 (very bad). So get_line chops the line, 
then the scripting engine cannot deal with the malformed line. Both must be 
fixed.

Okuji



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-07 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-07  5:42 script bug Yoshinori K. Okuji
2006-05-07 11:40 ` Marco Gerards
2006-05-07 14:58   ` Yoshinori K. Okuji

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.