From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E28wj-0004Fa-VO for mharc-grub-devel@gnu.org; Mon, 08 Aug 2005 10:49:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E28we-0004Cl-Sv for grub-devel@gnu.org; Mon, 08 Aug 2005 10:49:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E28wY-00049N-PP for grub-devel@gnu.org; Mon, 08 Aug 2005 10:49:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E28wY-00048H-Cq for grub-devel@gnu.org; Mon, 08 Aug 2005 10:49:34 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E294u-0005Pb-BN for grub-devel@gnu.org; Mon, 08 Aug 2005 10:58:12 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 7A1BAFFC1FE0 for ; Mon, 8 Aug 2005 16:44:02 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 8 Aug 05 14:43:58 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 8 Aug 2005 16:43:06 +0200 User-Agent: KMail/1.7.2 References: <42F73F25.4020305@gmail.com> In-Reply-To: <42F73F25.4020305@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508081643.06356.okuji@enbug.org> Subject: Re: [BUGFIX] pc_partition_map and grub_setup 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: Mon, 08 Aug 2005 14:49:42 -0000 On Monday 08 August 2005 13:16, Vladimir Serbinenko wrote: > I tried to install GRUB2 to a partition and found a bug in > pc_partition_map: in pc_partition_map_iterate pcdata was a local variable > and its address was written to p and p was returned. I'm sorry. Actually I forgot to commit the fix in the pc partition map. I will apply your patch for grub-setup ASAP. Thanks, Okuji