[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: script bug
From: |
Marco Gerards |
Subject: |
Re: script bug |
Date: |
Sun, 07 May 2006 13:40:05 +0200 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
"Yoshinori K. Okuji" <address@hidden> 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
- script bug, Yoshinori K. Okuji, 2006/05/07
- Re: script bug,
Marco Gerards <=