Fix extent overflow comparator.

* grub-core/fs/hfsplus.c (grub_hfsplus_extkey_internal): Add type.
	(grub_hfsplus_read_block): Set type.
	(grub_hfsplus_cmp_extkey): Compare type.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-26 11:54:20 +02:00
parent d6b1fd3654
commit 77ceedb634
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2012-05-25 Vladimir Serbinenko <phcoder@gmail.com>
Fix extent overflow comparator.
* grub-core/fs/hfsplus.c (grub_hfsplus_extkey_internal): Add type.
(grub_hfsplus_read_block): Set type.
(grub_hfsplus_cmp_extkey): Compare type.
2012-05-25 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-fstest.c (cmd_cmp): Fix stat'ing of wrong file.