git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f96392
)
svcrpc: fix gss-proxy xdr decoding oops
author
J. Bruce Fields
<bfields@redhat.com>
Fri, 7 Jun 2013 14:11:19 +0000
(10:11 -0400)
committer
J. 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