From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NHnSj-0006lU-49 for mharc-grub-devel@gnu.org; Mon, 07 Dec 2009 18:57:53 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHnSh-0006lP-TD for grub-devel@gnu.org; Mon, 07 Dec 2009 18:57:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHnSd-0006kV-7e for grub-devel@gnu.org; Mon, 07 Dec 2009 18:57:51 -0500 Received: from [199.232.76.173] (port=50964 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHnSd-0006kR-2s for grub-devel@gnu.org; Mon, 07 Dec 2009 18:57:47 -0500 Received: from smarthost02.mail.zen.net.uk ([212.23.3.141]:57925) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NHnSc-0006Eq-W5 for grub-devel@gnu.org; Mon, 07 Dec 2009 18:57:47 -0500 Received: from [82.69.40.219] (helo=riva.pelham.vpn.ucam.org) by smarthost02.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1NHnSc-00029h-4V for grub-devel@gnu.org; Mon, 07 Dec 2009 23:57:46 +0000 Received: from cjwatson by riva.pelham.vpn.ucam.org with local (Exim 3.36 #1 (Debian)) for grub-devel@gnu.org id 1NHnSb-00037y-00; Mon, 07 Dec 2009 23:57:45 +0000 Date: Mon, 7 Dec 2009 23:57:45 +0000 From: Colin Watson To: grub-devel@gnu.org Message-ID: <20091207235745.GN6439@riva.ucam.org> References: <20091207140923.GA6439@riva.ucam.org> <20091207201408.GA27276@pina.cat> <20091207205420.GI6439@riva.ucam.org> <20091207224630.GA31855@pina.cat> <4B1D8ECD.9090201@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4B1D8ECD.9090201@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Originating-Smarthost02-IP: [82.69.40.219] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: Build failures on Ubuntu due to gettext X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Mon, 07 Dec 2009 23:57:52 -0000 On Tue, Dec 08, 2009 at 12:25:01AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Your N_ patch superseeds Colin's patch. Feel free to use printf_ where > necessary. It solves format-security problems It only works around the compiler warning if functions have not been given the correct function attributes. It certainly doesn't solve the underlying issue. -- Colin Watson [cjwatson@ubuntu.com]