Re: GRUB has a problem with a big grub.cfg

2008-08-05 Thread Bean
On Tue, Aug 5, 2008 at 6:26 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > Hi, > > Bean <[EMAIL PROTECTED]> writes: > >> I have found the bug, it's caused by buffer overflown. In get_line >> (normal/main.c), if the string length is multiple of 64, the ending \0 >> will overflow the buffer, this pat

Re: GRUB has a problem with a big grub.cfg

2008-08-05 Thread Marco Gerards
Hi, Bean <[EMAIL PROTECTED]> writes: > I have found the bug, it's caused by buffer overflown. In get_line > (normal/main.c), if the string length is multiple of 64, the ending \0 > will overflow the buffer, this patch fix the problem: Looks fine to me. -- Marco __

Re: GRUB has a problem with a big grub.cfg

2008-07-29 Thread Bean
On Mon, Jul 28, 2008 at 6:12 PM, Felix Zielcke <[EMAIL PROTECTED]> wrote: > GRUB 2 has a problem with many kernel entrys in grub.cfg > This works fine for me with grub-emu but not real GRUB > > I reproduced this now in qemu 0.9.1-5 from debian unstable > Attached is the floppy image i used and the