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

Randall Stewart rrs at FreeBSD.org
Thu Dec 6 17:32:14 PST 2007


rrs         2007-12-07 01:32:14 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_output.c sctp_usrreq.c sctputil.c 
  Log:
  - More fixes for lock misses on the transfer of data to
    the sent_queue. Sometimes I wonder why any code
    ever works :-)
  - Fix the pad of the last mbuf routine, It was working improperly
    on non-4 byte aligned chunks which could cause memory overruns.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.66      +120 -104  src/sys/netinet/sctp_output.c
  1.52      +5 -0      src/sys/netinet/sctp_usrreq.c
  1.72      +2 -2      src/sys/netinet/sctputil.c


More information about the cvs-src mailing list