From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1DlNho-0006nS-Pt for mharc-grub-devel@gnu.org; Thu, 23 Jun 2005 05:09:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlNhi-0006jz-6h for grub-devel@gnu.org; Thu, 23 Jun 2005 05:08:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlNB6-0004uY-HH for grub-devel@gnu.org; Thu, 23 Jun 2005 04:35:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlNAo-0004Zr-9L for grub-devel@gnu.org; Thu, 23 Jun 2005 04:34:58 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlMuj-00046i-Hm for grub-devel@gnu.org; Thu, 23 Jun 2005 04:18:21 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 7C299FE86F1E for ; Thu, 23 Jun 2005 10:14:53 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 23 Jun 05 08:14:52 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 23 Jun 2005 10:14:51 +0200 User-Agent: KMail/1.7.2 References: <20050622210353.M3714@auto.ucl.ac.be> In-Reply-To: <20050622210353.M3714@auto.ucl.ac.be> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506231014.51719.okuji@enbug.org> Subject: Re: free magic is broken X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Thu, 23 Jun 2005 09:09:01 -0000 On Wednesday 22 June 2005 23:13, Vincent Guffens wrote: > I have prepared a small web page with some details as it is a little bit > long to explain here. See it there if you want more information: > > http://www.auto.ucl.ac.be/~guffens/grub2_netboot/free_magic_broken.html Thank you very much for your analysis! I finally understood what's wrong, and checked in a fix (a bit different from yours). I guess it was very hard to find how to reproduce this bug. Okuji