* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_open): Ensure

at compile time that enough of scratch size is available.
This commit is contained in:
Vladimir Serbinenko 2013-11-22 12:00:10 +01:00
parent 4e42521d8c
commit ddb3efc906
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/i386/pc/biosdisk.c (grub_biosdisk_open): Ensure
at compile time that enough of scratch size is available.
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/efi/callwrap.S: Fix stack alignment.