Date: Tue, 26 Oct 2010 18:59:36 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctputil.c Message-ID: <201010261859.o9QIxvMN001105@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-10-26 18:59:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet sctputil.c
Log:
SVN rev 214389 on 2010-10-26 18:59:36Z by rrs
MFC of 209663
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.
Revision Changes Path
1.93.2.17 +10 -4 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010261859.o9QIxvMN001105>
