* grub-core/kern/misc.c (grub_vprintf): Fix a bug on malloc failure.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-08-19 22:59:24 +02:00
parent 1227c13390
commit 84beb0eeb9
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-08-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_vprintf): Fix a bug on malloc failure.
2011-08-19 Vladimir Serbinenko <phcoder@gmail.com>
Fix PCI iterating on functions >= 4.