]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFS: Fix use after free in write error path
authorFred Isaman <fred.isaman@gmail.com>
Fri, 14 Apr 2017 18:24:28 +0000 (14:24 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:46:29 +0000 (15:46 +0200)
commit2aa6b5f2ac0f07da8ae8ddb556b3793cd3e7d419
treecd52d64fe8908865eea73af59f745d9ebf48fa91
parente7ec98b137517bd95ff3a556f822236fde5dd6eb
NFS: Fix use after free in write error path

commit 1f84ccdf37d0db3a70714d02d51b0b6d45887fb8 upstream.

Signed-off-by: Fred Isaman <fred.isaman@gmail.com>
Fixes: 0bcbf039f6b2b ("nfs: handle request add failure properly")
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/write.c