* grub-core/fs/romfs.c (grub_romfs_mount): Fix pointer comparison

overflow.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 23:15:56 +01:00
parent efc2616ee1
commit e7987e1b3b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/romfs.c (grub_romfs_mount): Fix pointer comparison
overflow.
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/squash4.c (grub_squash_inode): Fix field sizes.