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:
2aac05a
)
SUNRPC: Fix a double-free in rpcbind
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 7 Jul 2008 16:18:52 +0000
(12:18 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 8 Jul 2008 19:23:00 +0000
(15:23 -0400)
It is wrong to be freeing up the rpcbind arguments if the call to
rpcb_call_async() fails, since they should already have been freed up by
rpcb_map_release().
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found