* grub-core/kern/misc.c (grub_vprintf): Use va_copy when necessary.

(grub_xvasprintf): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-12 14:00:44 +02:00
parent 4870900f8f
commit 768ec2e2ad
2 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_vprintf): Use va_copy when necessary.
(grub_xvasprintf): Likewise.
2010-09-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/main.c (main): Call hostfs_init only after init_all.