Date: Sat, 28 Sep 2002 12:38:30 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_kern.c Message-ID: <200209281938.g8SJcUd6099024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/28 12:38:30 PDT Modified files: sys/geom geom_kern.c Log: Zero the local-variable mutexes before we call mtx_init() on them, failing to do this may lead mtx_init() to belive they have already been initialized. Detected by: Marc Recht <marc@informatik.uni-bremen.de> Revision Changes Path 1.8 +2 -0 src/sys/geom/geom_kern.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?200209281938.g8SJcUd6099024>