[packages/crossavr-gcc] - more fixes

baggins baggins at pld-linux.org
Fri Dec 7 23:09:33 CET 2012


commit 8cd4449319a3bf3f50be068f0c637cfb8bb0cc6f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 7 23:09:27 2012 +0100

    - more fixes

 format-security.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
index 8e45fdb..c5e5515 100644
--- a/format-security.patch
+++ b/format-security.patch
@@ -58,3 +58,14 @@
  #else
    ASM_OUTPUT_DWARF_VMS_DELTA (asm_out_file, size, lab1, lab2);
    if (flag_debug_asm && comment)
+--- gcc-4.6.2/gcc/dwarf2out.c~	2012-12-07 22:26:41.836350223 +0100
++++ gcc-4.6.2/gcc/dwarf2out.c	2012-12-07 23:09:09.071038835 +0100
+@@ -11274,7 +11274,7 @@
+ 	      }
+ 
+ 	    dw2_asm_output_data (HOST_BITS_PER_WIDE_INT / HOST_BITS_PER_CHAR,
+-				 first, name);
++				 first, "%s", name);
+ 	    dw2_asm_output_data (HOST_BITS_PER_WIDE_INT / HOST_BITS_PER_CHAR,
+ 				 second, NULL);
+ 	  }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossavr-gcc.git/commitdiff/8cd4449319a3bf3f50be068f0c637cfb8bb0cc6f



More information about the pld-cvs-commit mailing list