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:
cdead7c
)
SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 19 Mar 2010 19:36:22 +0000
(15:36 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 22 Mar 2010 09:32:44 +0000
(
05:32
-0400)
The ->release_request() callback was designed to allow the transport layer
to do housekeeping after the RPC call is done. It cannot be used to free
the request itself, and doing so leads to a use-after-free bug in
xprt_release().
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found