K 10 svn:author V 6 tuexen K 8 svn:date V 27 2010-06-28T10:50:14.503712Z K 7 svn:log V 387 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. END