Date: Sat, 5 Jun 1999 19:41:57 -0700 (PDT) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c Message-ID: <199906060241.TAA41288@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
archie 1999/06/05 19:41:57 PDT Modified files: sys/kern subr_prf.c Log: The function ksprintn(), which is used to convert numbers to ASCII, is not reentrant because it returns a static buffer. This results in a race condition when/if an interrupt handler calls log(), printf() etc. Fix this. Revision Changes Path 1.53 +14 -8 src/sys/kern/subr_prf.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?199906060241.TAA41288>