Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2008 16:51:21 +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:  <200805211651.m4LGpOiP002817@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2008-05-21 16:51:21 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c sctputil.c 
  Log:
  - 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
  MFC after:      1 week
  
  Revision  Changes    Path
  1.71      +95 -90    src/sys/netinet/sctp_output.c
  1.77      +4 -4      src/sys/netinet/sctputil.c



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