K 10 svn:author V 3 rrs K 8 svn:date V 27 2010-07-03T14:03:31.555757Z K 7 svn:log V 415 This fixes a crash in SCTP. It was possible to have a large number of packets queued to a crashing process. In a specific case you may get 2 ABORT's back (from say two packets in flight). If the aborts happened to be processed at the same time its possible to have one free the association while the other is trying to report all the outbound packets. When this occured it could lead to a crash. MFC after: 3 days END