Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2010 14:03:31 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctputil.c
Message-ID:  <201007031403.o63E3uUi021837@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-07-03 14:03:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctputil.c 
  Log:
  SVN rev 209663 on 2010-07-03 14:03:31Z by rrs
  
  This fixes a crash in SCTP. It was possible to have a
  large number of packets queued to a crashing process.
  In a specific case you may get 2 ABORT's back (from
  say two packets in flight). If the aborts happened to
  be processed at the same time its possible to have
  one free the association while the other is trying
  to report all the outbound packets. When this occured
  it could lead to a crash.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.114     +10 -4     src/sys/netinet/sctputil.c



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