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
_______________________________________________
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