]> git.ipfire.org Git - thirdparty/grub.git/commit
Reject NILFS2 superblocks with over 1GiB blocks.
authorVladimir Serbinenko <phcoder@gmail.com>
Tue, 20 Jan 2015 13:27:27 +0000 (14:27 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Wed, 21 Jan 2015 16:42:10 +0000 (17:42 +0100)
commit9201cd79a33a5f802cdf78437eca91082f382d55
treee1e5b38d2dbd71ca6f3d807f7ae69845f7e3c243
parentf27ccb584ccaf70bfb26b3c893b63124d8563db4
Reject NILFS2 superblocks with over 1GiB blocks.

* grub-core/fs/nilfs2.c (grub_nilfs2_valid_sb): Check that
block size is <= 1GiB.
ChangeLog
grub-core/fs/nilfs2.c