commit | 20965de7f47207394ffe03d70a4806f5e1cfcd7f | [log] [tgz] |
---|---|---|
author | Scott Mayhew <smayhew@redhat.com> | Thu Nov 08 11:11:36 2018 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 21 09:19:23 2018 +0100 |
tree | e59240d9f4f9b6581c8cb02961b1dbae1277a607 | |
parent | c355fb8d33e6f9223b158a3bb4b7c883bedc5531 [diff] |
nfsd: COPY and CLONE operations require the saved filehandle to be set commit 01310bb7c9c98752cc763b36532fab028e0f8f81 upstream. Make sure we have a saved filehandle, otherwise we'll oops with a null pointer dereference in nfs4_preprocess_stateid_op(). Signed-off-by: Scott Mayhew <smayhew@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>