From owner-cvs-all Fri Aug 20 5:17:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1DD9150B1; Fri, 20 Aug 1999 05:17:10 -0700 (PDT) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42274; Fri, 20 Aug 1999 05:17:10 -0700 (PDT) (envelope-from jb@FreeBSD.org) Message-Id: <199908201217.FAA42274@freefall.freebsd.org> From: John Birrell Date: Fri, 20 Aug 1999 05:17:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_fork.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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