cvs commit: src/sys/netinet sctp_output.c sctputil.c

Randall Stewart rrs at FreeBSD.org
Wed Aug 27 12:19:33 UTC 2008


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


More information about the cvs-src mailing list