grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Big Endian fix patch


From: Lennart Sorensen
Subject: Re: Big Endian fix patch
Date: Wed, 28 Jul 2010 13:01:55 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Jul 28, 2010 at 12:30:47PM -0400, Doug Nazar wrote:
> Think I spotted this by code review.
>
> normal/completion.c:250
>     dir = grub_strchr (current_word, '/');
>
> It looks for a starting '/' but I bet it's hitting the '/' in the  
> new-style md names. It should probably be
>
>     dir = grub_strchr (current_word + grub_strlen(device), '/');
>
> or something similar. I've just started setting up a test since all my  
> arrays were under an LVM. It'll take me a little while to test with this  
> slow setup.

Well I don't think that helped (unless I messed up the compile).

-- 
Len Sorensen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]