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:
97e47fa
)
svcrpc: fix gss-proxy NULL dereference in some error cases
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 8 Oct 2013 19:33:53 +0000
(15:33 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 8 Oct 2013 19:56:15 +0000
(15:56 -0400)
We depend on the xdr decoder to set this pointer, but if we error out
before we decode this piece it could be left NULL.
I think this is probably tough to hit without a buggy gss-proxy.
Reported-by: Andi Kleen <andi@firstfloor.org>
Cc: Simo Sorce <simo@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/gss_rpc_upcall.c
patch
|
blob
|
history
diff --cc
net/sunrpc/auth_gss/gss_rpc_upcall.c
Simple merge