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

Randall Stewart rrs at FreeBSD.org
Thu Nov 9 21:01:08 UTC 2006


rrs         2006-11-09 21:01:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_input.c sctp_usrreq.c 
  Log:
  Fixes an issue with handling of stream reset. When a
  reset comes in we need to calculate the length and
  therefore the number of listed streams (if any) based
  on the TLV type. Otherwise if we get a retran we could
  in theory panic by sending a notification to a user with
  a incorrect list and thus no memory listing the streams.
  Found in IOS by devtest :-)
  Approved by:    gnn
  
  Revision  Changes    Path
  1.6       +3 -3      src/sys/netinet/sctp_input.c
  1.6       +0 -1      src/sys/netinet/sctp_usrreq.c


More information about the cvs-src mailing list