* grub-core/fs/udf.c (read_string): Bail out on size=0.

(grub_udf_read_symlink): Handle read_string failure.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-13 20:18:33 +02:00
parent 5eae317511
commit def3df7520
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/udf.c (read_string): Bail out on size=0.
(grub_udf_read_symlink): Handle read_string failure.
2012-05-12 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/hostdisk.c (read_device_map): Improve TRANSLATORS