]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 209178
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jun 2010 19:17:50 +0000 (19:17 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 17 Jun 2010 19:17:50 +0000 (19:17 +0000)
commit674b0e1f7e1dd8c0f70fc4c337dc8efe4a5fb8ab
treeb60cc3e4785849787624c4cba8c4d22cabb73906
parent26b2594965adcc97fc8da4a4ac40df7cb15c2d82
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@209264 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_asconf.c
sys/netinet/sctp_pcb.c