[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
script bug
From: |
Yoshinori K. Okuji |
Subject: |
script bug |
Date: |
Sun, 7 May 2006 07:42:15 +0200 |
User-agent: |
KMail/1.8.2 |
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
- script bug,
Yoshinori K. Okuji <=