Date: Wed, 26 Jul 2000 20:45:19 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c Message-ID: <200007270345.UAA25641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2000/07/26 20:45:19 PDT Modified files: sys/kern sys_generic.c Log: Distinguish between whether ktraceing was enabled before an IO operation or after it. If the ktrace operation was enabled while the process was blocked doing IO, the race would allow it to pass down invalid (uninitialized) data and panic later down the call stack. Revision Changes Path 1.62 +7 -3 src/sys/kern/sys_generic.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?200007270345.UAA25641>