Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 12:19:16 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp_output.c sctputil.c
Message-ID:  <200808271219.m7RCJXTC070831@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-08-27 12:19:16 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          sctp_output.c sctputil.c 
  Log:
  SVN rev 182259 on 2008-08-27 12:19:16Z by rrs
  
  **** MFC r179180
  - sctputil.c - If debug is on, the INPKILL timer can deref a freed value.
                 Change so that we save off a type field for display and
                 NULL inp just for good measure.
  
  - sctp_output.c - Fix it so in sending to the loopback we use the
                    src address of the inbound INIT. We don't want
                    to do this for non local addresses since otherwise
                    we might be ingressed filtered so we need to use
                    the best src address and list the address sent to.
  
  Obtained from:  time bug - Neil Wilson
  
  Revision  Changes    Path
  1.58.2.8  +95 -90    src/sys/netinet/sctp_output.c
  1.65.2.9  +4 -4      src/sys/netinet/sctputil.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271219.m7RCJXTC070831>