summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs3xdr.c
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2015-10-13 21:06:48 +0300
committerChris Mason <clm@fb.com>2015-10-14 04:54:44 +0300
commitdc6c5fb3b514221f2e9d21ee626a9d95d3418dff (patch)
tree1717fc340050baa6b07d20273bcfc457fd55e1b9 /fs/nfs/nfs3xdr.c
parent8eb934591f8bf584969454a658f629cd06e59f3a (diff)
downloadlinux-dc6c5fb3b514221f2e9d21ee626a9d95d3418dff.tar.xz
btrfs: fix use after free iterating extrefs
The code for btrfs inode-resolve has never worked properly for files with enough hard links to trigger extrefs. It was trying to get the leaf out of a path after freeing the path: btrfs_release_path(path); leaf = path->nodes[0]; item_size = btrfs_item_size_nr(leaf, slot); The fix here is to use the extent buffer we cloned just a little higher up to avoid deadlocks caused by using the leaf in the path. Signed-off-by: Chris Mason <clm@fb.com> cc: stable@vger.kernel.org # v3.7+ cc: Mark Fasheh <mfasheh@suse.de> Reviewed-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Mark Fasheh <mfasheh@suse.de>
Diffstat (limited to 'fs/nfs/nfs3xdr.c')
0 files changed, 0 insertions, 0 deletions