Skip to content
Commit 7a48f923 authored by Sridhar Samudrala's avatar Sridhar Samudrala
Browse files

[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: default avatarSridhar Samudrala <sri@us.ibm.com>
Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
parent 2664b250
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment