]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/commit
MFC 209264
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Jun 2010 17:45:21 +0000 (17:45 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 22 Jun 2010 17:45:21 +0000 (17:45 +0000)
commite0f4f208c8a604d8b318e169f4b78ee0ca8291ce
tree0d780ca5c6f19262d6bc03b8d35f96b265af33cf
parentc781450a4a6d5faad58948263b4dacbce26cad56
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

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209433 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/sctp_asconf.c
sys/netinet/sctp_pcb.c