All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Laager <rlaager@wiktel.com>
To: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
Cc: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] Fix format-security compile warnings/errors
Date: Sat, 04 Feb 2012 14:48:05 -0600	[thread overview]
Message-ID: <1328388485.5007.20.camel@watermelon.coderich.net> (raw)
In-Reply-To: <4F2BB1DF.8030301@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 87 bytes --]

You introduced another one of these in revision 3830. Patch attached.

-- 
Richard

[-- Attachment #1.2: xnu-compile-warning.patch --]
[-- Type: text/x-patch, Size: 554 bytes --]

Index: grub/grub-core/loader/i386/xnu.c
===================================================================
--- grub.orig/grub-core/loader/i386/xnu.c	2012-02-04 14:44:04.022918008 -0600
+++ grub/grub-core/loader/i386/xnu.c	2012-02-04 14:44:36.726267000 -0600
@@ -1003,7 +1003,7 @@ grub_xnu_boot (void)
 
   if (debug && (grub_strword (debug, "all") || grub_strword (debug, "xnu")))
     {
-      grub_printf (_("Press any key to launch xnu\n"));
+      grub_printf ("%s", _("Press any key to launch xnu\n"));
       grub_getkey ();
     }
 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

      reply	other threads:[~2012-02-04 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-01  6:45 [PATCH] Fix format-security compile warnings/errors Richard Laager
2012-02-03 10:07 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-02-04 20:48   ` Richard Laager [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=1328388485.5007.20.camel@watermelon.coderich.net \
    --to=rlaager@wiktel.com \
    --cc=grub-devel@gnu.org \
    --cc=phcoder@gmail.com \
    /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.