Date: Sat, 21 Dec 2002 11:59:47 -0800 (PST) From: Pierre Beyssac <pb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200212211959.gBLJxlZU010189@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pb 2002/12/21 11:59:47 PST
Modified files:
sys/netinet tcp_syncache.c
Log:
In syncache_timer(), don't attempt to lock the inpcb structure
associated with the syncache entry: in case tcp_close() has been
called on the corresponding listening socket, the lock has been
destroyed as a side effect of in_pcbdetach(), causing a panic when
we attempt to lock on it.
Reviewed by: hsu
Revision Changes Path
1.31 +0 -2 src/sys/netinet/tcp_syncache.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212211959.gBLJxlZU010189>
