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

Randall Stewart rrs at FreeBSD.org
Sun May 6 00:01:20 UTC 2007


rrs         2007-05-06 00:01:18 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_input.c sctputil.c 
  Log:
  Two bugs:
    - Locks were not being unlocked when an invalid size chunk is
      sent in.
    - When a notification comes in, we cannot use it to look up
      the fragment interleave stream information since its not
      on a stream.
  
  Revision  Changes    Path
  1.22      +22 -0     src/sys/netinet/sctp_input.c
  1.25      +15 -10    src/sys/netinet/sctputil.c


More information about the cvs-all mailing list