* grub-core/loader/multiboot_elfxx.c: Check eip after v2p translation

and not before.
	Reported by: Leon Drugi.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-07-16 18:37:44 +02:00
parent 3f42504c15
commit 88f8d1463f
2 changed files with 19 additions and 12 deletions

View file

@ -1,3 +1,9 @@
2013-07-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/multiboot_elfxx.c: Check eip after v2p translation
and not before.
Reported by: Leon Drugi.
2013-07-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/powerpc/ieee1275/startup.S: Handle unaligned bss.