grub_ufs_mount: Check that sblock.ino_per_group is not 0.

This commit is contained in:
Vladimir Serbinenko 2015-01-20 14:30:05 +01:00
parent 9201cd79a3
commit 245e21b2b5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/ufs.c (grub_ufs_mount): Check
that sblock.ino_per_group is not 0.
2015-01-20 Vladimir Serbinenko <phcoder@gmail.com>
Reject NILFS2 superblocks with over 1GiB blocks.