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:
1c9cf6f
)
[PATCH] IB: fix use-after-free in user verbs cleanup
author
Roland Dreier
<rolandd@cisco.com>
Sat, 27 Aug 2005 01:34:14 +0000
(18:34 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 27 Aug 2005 02:37:12 +0000
(19:37 -0700)
Fix a use-after-free bug in userspace verbs cleanup: we can't touch
mr->device after we free mr by calling ib_dereg_mr().
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found