Replace grub_fatal with normal errors in i386 linux loader.
* grub-core/loader/i386/linux.c (find_efi_mmap_size): Return 0 on error. (allocate_pages): Check find_efi_mmap_size return value. (grub_e820_add_region): Return error. (grub_linux_boot): Check mmap return value.
This commit is contained in:
parent
6e0632e28c
commit
119d11c885
2 changed files with 33 additions and 14 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Replace grub_fatal with normal errors in i386 linux loader.
|
||||
|
||||
* grub-core/loader/i386/linux.c (find_efi_mmap_size): Return 0 on error.
|
||||
(allocate_pages): Check find_efi_mmap_size return value.
|
||||
(grub_e820_add_region): Return error.
|
||||
(grub_linux_boot): Check mmap return value.
|
||||
|
||||
2011-11-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/commands/acpihalt.c: Gettextized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue