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:
e2f5e73
)
RDMA/nes: Fix slab corruption
author
Chien Tung
<ctung@neteffect.com>
Fri, 10 Oct 2008 00:41:05 +0000
(17:41 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Fri, 10 Oct 2008 00:41:05 +0000
(17:41 -0700)
Referencing cm_node after it is freed via rem_ref_cm_node() causes a
slab corruption. There is no need to set cm_node->cm_id to NULL in
mini_cm_close().
Signed-off-by: Chien Tung <ctung@neteffect.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found