Date: Tue, 26 Oct 2010 18:56:55 +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: <201010261857.o9QIv6dV000931@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-10-26 18:56:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/netinet sctp_pcb.c
Log:
SVN rev 214388 on 2010-10-26 18:56:55Z by rrs
MFC of 209644
Log is:
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-unlokc is called NOT the read-unlock. Under
conditions where lots of associations are coming and going
this willc ause the system to panic with invariants on.
Revision Changes Path
1.85.2.15 +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?201010261857.o9QIv6dV000931>
