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:
06ea0bf
)
SUNRPC: Fix potential memory scribble in xprt_free_bc_request()
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Tue, 11 Feb 2014 18:56:54 +0000
(13:56 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Tue, 11 Feb 2014 18:56:54 +0000
(13:56 -0500)
The call to xprt_free_allocation() will call list_del() on
req->rq_bc_pa_list, which is not attached to a list.
This patch moves the list_del() out of xprt_free_allocation()
and into those callers that need it.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
No differences found