summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-10-29 11:11:56 (GMT)
committerBen Myers <bpm@sgi.com>2013-10-30 18:57:14 (GMT)
commita62936210525da2f46ae264e0bf9680eafac176e (patch)
tree86460999725a51b8ead593f451eb7279cd615719 /fs/xfs/xfs_super.c
parentb01ef655d8b9753c3d25e4c22e0a4e7c442fe5e1 (diff)
downloadlinux-a62936210525da2f46ae264e0bf9680eafac176e.tar.xz
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>
Diffstat (limited to 'fs/xfs/xfs_super.c')
0 files changed, 0 insertions, 0 deletions