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)
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>

No differences found