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:
2664b25
)
[SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().
author
Sridhar Samudrala
<sri@us.ibm.com>
Tue, 17 Jan 2006 19:51:28 +0000
(11:51 -0800)
committer
Sridhar Samudrala
<sri@us.ibm.com>
Tue, 17 Jan 2006 19:51:28 +0000
(11:51 -0800)
Do not release the reference to association/endpoint if an incoming skb is
added to backlog. Instead release it after the chunk is processed in
sctp_backlog_rcv().
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
No differences found