2008-10-29 Guillem Jover <guillem.jover@nokia.com>

* disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
        addition of objects until the code is not going to be able to fail.
This commit is contained in:
robertmh 2008-10-29 19:24:11 +00:00
parent b727944702
commit de4fa71c6c
2 changed files with 17 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2008-10-29 Guillem Jover <guillem.jover@nokia.com>
* disk/lvm.c (grub_lvm_scan_device): Fix error recovery by delaying the
addition of objects until the code is not going to be able to fail.
2008-10-29 Guillem Jover <guillem.jover@nokia.com>
* disk/lvm.c (grub_lvm_scan_device): Fix possible NULL value handling