[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for rescue mode crashes
From: |
Marco Gerards |
Subject: |
Re: Fix for rescue mode crashes |
Date: |
Fri, 28 May 2004 16:51:55 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Timothy Baldwin <address@hidden> writes:
> - if (grub_split_cmdline (line, getline, &n, &args))
> + if (grub_split_cmdline (line, getline, &n, &args) || n < 0)
Now I think about it, it is better to fix this in grub_split_cmdline.
That would be a cleaner solution and that will fix the same problem in
normal mode as well (I assume it has the same problems).
I will fix this and commit it this evening.
Thanks,
Marco