Date: Mon, 14 Jun 2010 21:25:07 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_asconf.c sctp_pcb.c Message-ID: <201006142125.o5ELPGD5088765@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-06-14 21:25:07 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_asconf.c sctp_pcb.c
Log:
SVN rev 209178 on 2010-06-14 21:25:07Z by tuexen
* Fix a bug where the length of the ASCONF-ACK was calculated wrong due
to using an uninitialized variable.
* Fix a bug where a NULL pointer was dereferenced when interfaces
come and go at a high rate.
* Fix a bug where inps where not deregistered from iterators.
* Fix a race condition in freeing an association.
* Fix a refcount problem related to the iterator.
Each of the above bug results in a panic. It shows up when
interfaces come and go at a high rate.
Obtained from: rrs (partly)
MFC after: 3 days
Revision Changes Path
1.46 +3 -1 src/sys/netinet/sctp_asconf.c
1.111 +17 -12 src/sys/netinet/sctp_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006142125.o5ELPGD5088765>
