]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This fixes a crash in SCTP. It was possible to have a
authorRandall Stewart <rrs@FreeBSD.org>
Sat, 3 Jul 2010 14:03:31 +0000 (14:03 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Sat, 3 Jul 2010 14:03:31 +0000 (14:03 +0000)
commit478fbccb67af2f618791dcc64bab9840a4e26279
tree0b869d1fe192d89568165ce267865d235b145864
parenta5548bf685205d1f186e3f163b3ee707b621b2b9
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
sys/netinet/sctputil.c