Date: Tue, 22 Jun 2010 17:45:21 +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: <201006221745.o5MHjg9r053490@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-06-22 17:45:21 UTC FreeBSD src repository Modified files: (Branch: RELENG_8_1) sys/netinet sctp_asconf.c sctp_pcb.c Log: SVN rev 209433 on 2010-06-22 17:45:21Z by tuexen MFC 209264 * 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. Approved by: re Revision Changes Path 1.40.2.6.2.2 +3 -1 src/sys/netinet/sctp_asconf.c 1.85.2.12.2.2 +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?201006221745.o5MHjg9r053490>