svcrpc: fix gss-proxy xdr decoding oops
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 7 Jun 2013 14:11:19 +0000 (10:11 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 1 Aug 2013 12:40:42 +0000 (08:40 -0400)
commitdc43376c26cef74226174a2394f37f2a3f8a8639
treec784b1265669033cf9f0ab444d5e3d73a1880e44
parent9f96392b0ae6aefc02a9b900c3f4889dfafc8402
svcrpc: fix gss-proxy xdr decoding oops

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.

Cc: stable@vger.kernel.org
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/gss_rpc_xdr.c