"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes:

> 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.

Yeah, the get_line was broken from the beginning...  I think it should
be even possible to remove this function because we do not really need
it.

As for scripting, I will test it in about two weeks.  At the moment I
have very little time. :-/

--
Marco




_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to