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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to