* grub-core/loader/i386/linux.c (grub_linux_boot): Fix overflow and
uninited variable. Allocate at least setup_sects.
This commit is contained in:
parent
a4e5ca80d9
commit
f19cb95e1d
2 changed files with 36 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue