From owner-freebsd-bugs Wed Oct 2 15:15: 4 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F4C737B401; Wed, 2 Oct 2002 15:15:03 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FE443E65; Wed, 2 Oct 2002 15:15:02 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id g92MF1gQ002114 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 2 Oct 2002 18:15:01 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id g92MF1I1002111; Wed, 2 Oct 2002 18:15:01 -0400 (EDT) (envelope-from wollman) Date: Wed, 2 Oct 2002 18:15:01 -0400 (EDT) From: Garrett Wollman Message-Id: <200210022215.g92MF1I1002111@khavrinen.lcs.mit.edu> To: "Jin Guojun [DSD]" Cc: FreeBSD-gnats-submit@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/43599: Balloc did not check mallocated pointer in libc/stdlib/strtod.c In-Reply-To: <3D9B6D58.517BE8A4@lbl.gov> References: <200210022140.g92Le18Z084749@freefall.freebsd.org> <3D9B6D58.517BE8A4@lbl.gov> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > and timeout (SIGALARM) starts another printf() which causes overtaking the > malloc() and returns 0 (NULL): Programmer error. It is forbidden to call any stdio function from a signal handler. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message