[packages/crossavr-gcc] - more fixes

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


commit 52070b8067b2382deb0a41cb1cb54c89b356a933
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 7 22:53:22 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/crossavr-gcc.git/commitdiff/52070b8067b2382deb0a41cb1cb54c89b356a933



More information about the pld-cvs-commit mailing list