From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IoTF3-0004f9-7i for mharc-grub-devel@gnu.org; Sat, 03 Nov 2007 20:21:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IoTF0-0004bb-PH for grub-devel@gnu.org; Sat, 03 Nov 2007 20:21:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoTEz-0004ZN-2S for grub-devel@gnu.org; Sat, 03 Nov 2007 20:21:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoTEy-0004Z5-PG for grub-devel@gnu.org; Sat, 03 Nov 2007 20:21:24 -0400 Received: from bigbox.boeglin.org ([88.191.20.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoTEy-0003LH-JP for grub-devel@gnu.org; Sat, 03 Nov 2007 20:21:24 -0400 Received: by bigbox.boeglin.org (Postfix, from userid 1000) id 0F36D94089; Sun, 4 Nov 2007 01:21:24 +0100 (CET) Date: Sun, 4 Nov 2007 01:21:24 +0100 From: Alexandre Boeglin To: The development of GRUB 2 Message-ID: <20071104002124.GA3847@boeglin.org> References: <20071103230631.GA2875@boeglin.org> <7e294475cc68725187c34c141b65a48c@boeglin.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <7e294475cc68725187c34c141b65a48c@boeglin.org> User-Agent: Mutt/1.5.16 (2007-06-11) Content-Transfer-Encoding: quoted-printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: grub2 efi patches 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: Sun, 04 Nov 2007 00:21:27 -0000 Le Sun, Nov 04, 2007 at 01:04:24AM +0100, Alexandre Boeglin a =E9crit : > Sorry, there was a mistake in the previous one ... Oops, and line 91 of this one should be + loaded_image->load_options_size =3D options_len + sizeof (*options); instead of + loaded_image->load_options_size =3D options_len + 1; Alex