From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EQh4t-0002gj-8d for mharc-grub-devel@gnu.org; Sat, 15 Oct 2005 04:07:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQh4n-0002bM-I8 for grub-devel@gnu.org; Sat, 15 Oct 2005 04:07:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQh4j-0002XB-9W for grub-devel@gnu.org; Sat, 15 Oct 2005 04:07:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQh4h-0002W5-Bb for grub-devel@gnu.org; Sat, 15 Oct 2005 04:07:27 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQh4h-0003II-87 for grub-devel@gnu.org; Sat, 15 Oct 2005 04:07:27 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 1D5B13C006286 for ; Sat, 15 Oct 2005 12:36:39 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 15 Oct 05 10:36:38 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 15 Oct 2005 10:07:23 +0200 User-Agent: KMail/1.7.2 References: <200510150147.45096.T.E.Baldwin99@members.leeds.ac.uk> In-Reply-To: <200510150147.45096.T.E.Baldwin99@members.leeds.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510151007.24103.okuji@enbug.org> Subject: Re: gzio 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: Sat, 15 Oct 2005 08:07:36 -0000 On Saturday 15 October 2005 02:47 am, Timothy Baldwin wrote: > Problem 1: In the function test_header, the array buf is accessed via > pointers to grub_uint32_t and grub_uint16_t without ensuring correct > alignment of the pointers. This does not work on ARM. Fixed by: Thank you for your report. I'll apply this patch. > Problem 2: Reading gzip files all at once results in corruption of the > data. It can be exposed by this patch: Can you investigate this problem? Okuji