From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B5RIO-0000mO-5R for mharc-grub-devel@gnu.org; Mon, 22 Mar 2004 10:24:56 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5RGz-0000CT-AR for grub-devel@gnu.org; Mon, 22 Mar 2004 10:23:29 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5REH-0007Tz-Ea for grub-devel@gnu.org; Mon, 22 Mar 2004 10:21:12 -0500 Received: from [213.228.0.44] (helo=postfix3-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5REG-0007SU-7X for grub-devel@gnu.org; Mon, 22 Mar 2004 10:20:40 -0500 Received: from openbrick.enbug.org (boitelle-1-82-66-127-114.fbx.proxad.net [82.66.127.114]) by postfix3-1.free.fr (Postfix) with ESMTP id A6127C429F for ; Mon, 22 Mar 2004 16:20:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by openbrick.enbug.org (Postfix) with ESMTP id 213B4177500 for ; Mon, 22 Mar 2004 18:20:52 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 22 Mar 2004 16:23:30 +0100 User-Agent: KMail/1.5.3 References: <40595AA3.6000800@ciam.ru> <200403221449.41600.okuji@enbug.org> <20040322142638.GA1143@dekkers.cx> In-Reply-To: <20040322142638.GA1143@dekkers.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403221623.30737.okuji@enbug.org> Subject: Re: GRUB2: *BSD and more patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Mar 2004 15:24:54 -0000 On Monday 22 March 2004 15:26, Jeroen Dekkers wrote: > > This segfaults if pupa_memalign is used actually. It must return a > > NULL pointer if fails. > > It doesn't return, pupa_util_error() calls exit(). Oops! Jeroen, you are right. I'm sorry. Okuji