Date: Fri, 20 Aug 1999 05:17:10 -0700 (PDT) From: John Birrell <jb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_fork.c Message-ID: <199908201217.FAA42274@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1999/08/20 05:17:10 PDT Modified files: lib/libc_r/uthread uthread_fork.c Log: When checking if there is a stack to free, observe the fact that it might have been mmapped, and if so, passing the pointer to free() is really not a good idea. [ In the next millenium, when I've taken over the world, I'm going to ban 8 character tabs. You've been warned. ] Revision Changes Path 1.12 +23 -6 src/lib/libc_r/uthread/uthread_fork.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?199908201217.FAA42274>