Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 21:01:07 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp_input.c sctp_usrreq.c
Message-ID:  <200611092101.kA9L174M098511@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611092101.kA9L174M098511>