From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1SirbC-0003k3-62 for mharc-grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sirb9-0003jY-DX for grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sirb7-0003gk-Kb for grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:46 -0400 Received: from mail-ee0-f41.google.com ([74.125.83.41]:50440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sirb7-0003gW-BZ for grub-devel@gnu.org; Sun, 24 Jun 2012 14:31:45 -0400 Received: by eekb47 with SMTP id b47so1093179eek.0 for ; Sun, 24 Jun 2012 11:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=8fIOm2KZlPWW6utDwDBVBXLuPs2j7n/3mj4TflYxYQE=; b=c44FNc7sS1HCxrU6j2USUh6yXRsOZ1gQ+2eNJYD/NNdC5UHfW7bAPGQ/sfSHWuLZDX 5/cIBZhDqQFveWx7jXy1EB7Gx6ufvQWFWobDUwT6DJv9wMYR/YEF9CZMbTT9g1witV0Q Z/ImZMCOZobvouJL+8QYXjEFbFupmlmXRC7jfeFQu8WDZB26PX8EfI7R+ViL/QjUv+Kf FfrTinMrOqGsYMDNFa0I8dtVlX+SdDy6vJy30NP+D1YKqed615kb48CUYAuUBryq/mFH TrRdQTqk1ZU3LntLfAaRiz43VQwPhXMBSjd5S8b6r+J7TJ9mfV7jA+GqhJfY0TdJy5UW nr3w== Received: by 10.14.28.71 with SMTP id f47mr1885312eea.65.1340562703379; Sun, 24 Jun 2012 11:31:43 -0700 (PDT) Received: from debian.x201.phnet (92-10.203-62.cust.bluewin.ch. [62.203.10.92]) by mx.google.com with ESMTPS id o16sm131360402eeb.13.2012.06.24.11.31.42 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jun 2012 11:31:42 -0700 (PDT) Message-ID: <4FE75D0D.20502@gmail.com> Date: Sun, 24 Jun 2012 20:31:41 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: [PATCH] Fix overflow in grub_util_get_fd_size for NetBSD References: <4FE6F7AF.7080207@gmail.com> In-Reply-To: <4FE6F7AF.7080207@gmail.com> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig73A564B1890D456C6BB46D82" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2012 18:31:48 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig73A564B1890D456C6BB46D82 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 24.06.2012 13:19, Gr=C3=A9goire Sutre wrote: > - return label.d_secperunit << log_sector_size; > + return (grub_uint64_t)label.d_secperunit << log_sector_size; Please add a space after ). Otherwise go ahead. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig73A564B1890D456C6BB46D82 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk/nXQ0ACgkQNak7dOguQgmT7AD/dWw8oojx80og55aFVEVHPYOk 7hdMUAAugmtFd6Xc9HQA/2uW+44f+ehkp6fbltekNxp4cd6yEbKetgP2q+K5Gx5Z =Gnvk -----END PGP SIGNATURE----- --------------enig73A564B1890D456C6BB46D82--