Date: Thu, 17 Jun 2010 19:17:50 +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: <201006171918.o5HJI8wU071010@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-06-17 19:17:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_asconf.c sctp_pcb.c Log: SVN rev 209264 on 2010-06-17 19:17:50Z by tuexen MFC 209178 * 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. Revision Changes Path 1.40.2.7 +3 -1 src/sys/netinet/sctp_asconf.c 1.85.2.13 +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?201006171918.o5HJI8wU071010>