commit | 8756a5af18191a471e670cc577aea60b652fea4c | [log] [tgz] |
---|---|---|
author | Bill O'Donnell <billodo@redhat.com> | Thu Jul 26 10:10:34 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 31 13:18:09 2018 -0700 |
tree | 8af4e4655ce8932c8fddd44154aa2c9f5deda828 | |
parent | eca383fcd63b452cf533505154135da2a1f70227 [diff] |
libxfs: add more bounds checking to sb sanity checks Current sb verifier doesn't check bounds on sb_fdblocks and sb_ifree. Add sanity checks for these parameters. Signed-off-by: Bill O'Donnell <billodo@redhat.com> [darrick: port to refactored sb validation predicates] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>