From: Sridhar Samudrala Date: Tue, 17 Jan 2006 19:51:28 +0000 (-0800) Subject: [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). X-Git-Tag: v2.6.16-rc2~256^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a48f923b8b27bfaa5f7b2a449a6fe268724ddd5;p=pandora-kernel.git [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). 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 Signed-off-by: Vlad Yasevich --- Reading git-diff-tree failed