svcrpc: fix gss-proxy xdr decoding oops
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Jun 2013 14:11:19 +0000 (10:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Aug 2013 01:35:23 +0000 (18:35 -0700)
commit9b9f570a271aca8b09d7e5325da0aa836a703ede
treecae8744bb0ad15a497e980a6a19a3df4cac8f032
parentea788759177526b7a103baed9c711d284d822fe5
svcrpc: fix gss-proxy xdr decoding oops

commit dc43376c26cef74226174a2394f37f2a3f8a8639 upstream.

Uninitialized stack data was being used as the destination for memcpy's.

Longer term we'll just delete some of this code; all we're doing is
skipping over xdr that we don't care about.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sunrpc/auth_gss/gss_rpc_xdr.c