From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 19 14:20:27 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6624F1065671 for ; Fri, 19 Sep 2008 14:20:27 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.pkgsrc-box.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 279728FC1A for ; Fri, 19 Sep 2008 14:20:27 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.pkgsrc-box.org [127.0.0.1]) by www.pkgsrc-box.org (Postfix) with ESMTP id D6D04E7CF03 for ; Fri, 19 Sep 2008 14:02:58 +0000 (UTC) Received: by britannica.bec.de (Postfix, from userid 1000) id BEFC2938FC; Fri, 19 Sep 2008 16:02:39 +0200 (CEST) Date: Fri, 19 Sep 2008 16:02:39 +0200 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20080919140239.GA28134@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <48D3AE8D.50304@math.missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48D3AE8D.50304@math.missouri.edu> User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Calling malloc from a signal handler X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 14:20:27 -0000 On Fri, Sep 19, 2008 at 08:52:13AM -0500, Stephen Montgomery-Smith wrote: > Is it now permissible to call "malloc" from within a signal handler in > FreeBSD-7.x? No. Joerg