Date: Mon, 28 Jun 2010 10:50:14 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_pcb.c Message-ID: <201006281050.o5SAoQPw098438@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-06-28 10:50:14 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet sctp_pcb.c Log: SVN rev 209568 on 2010-06-28 10:50:14Z by tuexen 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. Revision Changes Path 1.85.2.14 +151 -57 src/sys/netinet/sctp_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006281050.o5SAoQPw098438>