Date: Tue, 20 Jun 2006 08:11:30 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.c Message-ID: <200606200811.k5K8BU8d082423@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-06-20 08:11:30 UTC FreeBSD src repository Modified files: sys/netinet tcp_syncache.c Log: Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied memory location for already existing/initialized mutexes. With random data in the memory location this fails (ie. after a soft reboot). Reported by: brueffer, YAMAMOTO Shigeru Submitted by: YAMAMOTO Shigeru <shigeru-at-iij.ad.jp> Revision Changes Path 1.93 +1 -1 src/sys/netinet/tcp_syncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606200811.k5K8BU8d082423>