[packages/crossmingw32-gcc] - more fixes

baggins baggins at pld-linux.org
Fri Dec 7 22:53:49 CET 2012


commit a4e3d4ec87a12868102e925c8508e4b40b972838
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 7 22:53:41 2012 +0100

    - more fixes

 format-security.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
---
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;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-gcc.git/commitdiff/a4e3d4ec87a12868102e925c8508e4b40b972838



More information about the pld-cvs-commit mailing list