Bug#593652: grub-common: grub-probe still segfaults with	1.98+20100804-6
    Robert Millan 
    rmh at debian.org
       
    Thu Nov  4 14:09:36 UTC 2010
    
    
  
tags 593652 pending
thanks
2010/11/2 Martin Schitter <ms at mur.at>:
> --- disk/mdraid_linux.c-old     2010-11-02 02:10:23.000000000 +0100
> +++ disk/mdraid_linux.c 2010-11-02 02:13:51.000000000 +0100
> @@ -255,5 +255,5 @@
>     return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
>                       "unsupported RAID level: %d", sb->level);
> -  if (sb.this_disk.number == 0xffff || sb.this_disk.number == 0xfffe)
> +  if (sb->this_disk.number == 0xffff || sb->this_disk.number == 0xfffe)
>     return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
>                       "spares aren't implemented");
>
>
> the resulting binaries seem to work fine:
Thank you, it will be included with next upload.
-- 
Robert Millan
    
    
More information about the Pkg-grub-devel
mailing list