* grub-core/loader/i386/linux.c (grub_linux_boot): Fix overflow and

uninited variable. Allocate at least setup_sects.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-31 12:04:55 +02:00
parent a4e5ca80d9
commit f19cb95e1d
2 changed files with 36 additions and 22 deletions

View file

@ -1,3 +1,8 @@
2012-05-31 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/linux.c (grub_linux_boot): Fix overflow and
uninited variable. Allocate at least setup_sects.
2012-05-30 Vladimir Serbinenko <phcoder@gmail.com>
Fix handling of EFI with big memory maps.