xfs: validity check the directory block leaf entry count
authorDave Chinner <dchinner@redhat.com>
Tue, 29 Oct 2013 11:11:56 +0000 (22:11 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 30 Oct 2013 18:57:14 +0000 (13:57 -0500)
commita62936210525da2f46ae264e0bf9680eafac176e
tree86460999725a51b8ead593f451eb7279cd615719
parentb01ef655d8b9753c3d25e4c22e0a4e7c442fe5e1
xfs: validity check the directory block leaf entry count

The directory block format verifier fails to check that the leaf
entry count is in a valid range, and so if it is corrupted then it
can lead to derefencing a pointer outside the block buffer. While we
can't exactly validate the count without first walking the directory
block, we can ensure the count lands in the valid area within the
directory block and hence avoid out-of-block references.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_dir2_data.c