* grub-core/kern/efi/mm.c (grub_efi_get_memory_map): Never return a

descriptor_size==0 to avoid potential divisions by zero.
This commit is contained in:
Vladimir Serbinenko 2015-01-21 10:17:36 +01:00
parent ac8bac2496
commit 69aee43fa6
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/efi/mm.c (grub_efi_get_memory_map): Never return a
descriptor_size==0 to avoid potential divisions by zero.
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/osdep/haiku/getroot.c (grub_util_find_partition_start_os):