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:
313e7b4
)
[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().
author
Sridhar Samudrala
<sri@us.ibm.com>
Tue, 17 Jan 2006 19:56:26 +0000
(11:56 -0800)
committer
Sridhar Samudrala
<sri@us.ibm.com>
Tue, 17 Jan 2006 19:56:26 +0000
(11:56 -0800)
Validate and update the sk in sctp_rcv() to avoid the race where an
assoc/ep could move to a different socket after we get the sk, but before
the skb is added to the backlog.
Also migrate the skb's in backlog queue to new sk when doing a peeloff.
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
No differences found