From owner-freebsd-hackers Fri Sep 19 04:09:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA03970 for hackers-outgoing; Fri, 19 Sep 1997 04:09:46 -0700 (PDT) Received: from gatekeeper.tsc.tdk.com (root@gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA03964; Fri, 19 Sep 1997 04:09:41 -0700 (PDT) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.4/8.8.4) with ESMTP id EAA29935; Fri, 19 Sep 1997 04:09:01 -0700 (PDT) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id EAA21801; Fri, 19 Sep 1997 04:09:00 -0700 (PDT) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id EAA01819; Fri, 19 Sep 1997 04:08:58 -0700 (PDT) From: Don Lewis Message-Id: <199709191108.EAA01819@salsa.gv.tsc.tdk.com> Date: Fri, 19 Sep 1997 04:08:58 -0700 In-Reply-To: Bruce Evans "Re: Bug in malloc/free" (Sep 19, 7:09pm) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Bruce Evans , grog@lemis.com, peter@spinner.dialix.com.au Subject: Re: Bug in malloc/free Cc: atrens@nortel.ca, freebsd-bugs@FreeBSD.ORG, gram@cdsec.com, hackers@FreeBSD.ORG, phk@critter.freebsd.dk Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sep 19, 7:09pm, Bruce Evans wrote: } Subject: Re: Bug in malloc/free } } We claim to be sort of POSIX conformant. Perhaps this is enough. We } aren't actually POSIX conformant. All the above "safe" routines may } clobber the global `errno'. Which is why I save and restore errno in signal handlers. --- Truck