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:
9eb2ddb
)
SUNRPC: Fix a pipe_version reference leak
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 16 Feb 2014 18:28:01 +0000
(13:28 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 16 Feb 2014 18:28:01 +0000
(13:28 -0500)
In gss_alloc_msg(), if the call to gss_encode_v1_msg() fails, we
want to release the reference to the pipe_version that was obtained
earlier in the function.
Fixes:
9d3a2260f0f4b
(SUNRPC: Fix buffer overflow checking in...)
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
No differences found