From: "Grégoire Sutre" <gregoire.sutre@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] Fix overflow in grub_util_get_fd_size for NetBSD
Date: Mon, 25 Jun 2012 10:14:16 +0200 [thread overview]
Message-ID: <4FE81DD8.2000201@gmail.com> (raw)
In-Reply-To: <4FE75D0D.20502@gmail.com>
On 06/24/2012 08:31 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> On 24.06.2012 13:19, Grégoire 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.
Done.
Grégoire
prev parent reply other threads:[~2012-06-25 8:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-24 11:19 [PATCH] Fix overflow in grub_util_get_fd_size for NetBSD Grégoire Sutre
2012-06-24 18:31 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-25 8:14 ` Grégoire Sutre [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FE81DD8.2000201@gmail.com \
--to=gregoire.sutre@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.