]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r209470,r209499
authortuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Jun 2010 10:50:14 +0000 (10:50 +0000)
committertuexen <tuexen@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 28 Jun 2010 10:50:14 +0000 (10:50 +0000)
commite50874d4372f86ae385f797cac21913240f11ac8
tree9660e7baf3169e4ae80552ad723354046d971b74
parente9311cb75bd8ab39ad2c0df026749201be28a13e
MFC r209470,r209499
 * Implement sctp_does_stcb_own_this_addr() correclty. It was taking the
   wrong side into account.
 * sctp_findassociation_ep_addr() must check the local address if available.
 This fixes a bug where ABORT chunks were accepted even in the case where
 the local was not owned by the endpoint.
 Thanks to brucec for pointing out a bug in my first version of the fix.

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