Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2010 15:19:07 +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:  <201006231519.o5NFJQLE026333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tuexen      2010-06-23 15:19:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_pcb.c 
  Log:
  SVN rev 209470 on 2010-06-23 15:19:07Z by tuexen
  
  * 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.
  MFC after: 3 days
  
  Revision  Changes    Path
  1.112     +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?201006231519.o5NFJQLE026333>