Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2010 09:53:26 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_pcb.c
Message-ID:  <201007020953.o629rvha084238@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-07-02 09:53:26 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_pcb.c 
  Log:
  SVN rev 209644 on 2010-07-02 09:53:26Z by rrs
  
  Fix a bug that WILL cause a panic.  Basically
  a read-lock is being called to check the vtag-timewait cache.
  Then in two cases (where a vtag is bad i.e. in the time-wait
  state) the write-unlock is called NOT the read-unlock. Under
  conditions where lots of associations are coming and going
  this will cause the system to panic at some point.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.114     +2 -2      src/sys/netinet/sctp_pcb.c



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