* grub-core/fs/hfs.c (grub_hfs_dir): Cap keylen to actually available

space to avoid overflows.
	(grub_hfs_label): Convert from macroman to UTF-8.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-25 22:23:05 +01:00
parent 2ae254de13
commit f50e11653e
2 changed files with 17 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/hfs.c (grub_hfs_dir): Cap keylen to actually available
space to avoid overflows.
(grub_hfs_label): Convert from macroman to UTF-8.
2011-12-25 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/affs.c (grub_affs_label): Interpret label as latin1.