From: Jan Rękorajski Date: Fri, 7 Dec 2012 21:53:41 +0000 (+0100) Subject: - more fixes X-Git-Tag: auto/th/crossmingw32-gcc-4.6.3-4~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a4e3d4ec87a12868102e925c8508e4b40b972838;p=packages%2Fcrossmingw32-gcc.git - more fixes --- diff --git a/format-security.patch b/format-security.patch index e7f7e3e..e978e80 100644 --- a/format-security.patch +++ b/format-security.patch @@ -32,3 +32,18 @@ return false; } +--- gcc-4.6.2/gcc/lto-wrapper.c~ 2011-02-01 15:42:08.000000000 +0100 ++++ gcc-4.6.2/gcc/lto-wrapper.c 2012-12-07 22:52:38.609628642 +0100 +@@ -181,10 +181,10 @@ + if (err != 0) + { + errno = err; +- fatal_perror (errmsg); ++ fatal_perror ("%s", errmsg); + } + else +- fatal (errmsg); ++ fatal ("%s", errmsg); + } + + return pex;