[packages/crossavr-gcc] - more

baggins baggins at pld-linux.org
Fri Dec 7 23:01:00 CET 2012


commit 9aaa16cdf905dc954b61b10ca36ef0b6251ae042
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Dec 7 23:00:53 2012 +0100

    - more

 format-security.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
index e978e80..8e45fdb 100644
--- a/format-security.patch
+++ b/format-security.patch
@@ -47,3 +47,14 @@
      }
  
    return pex;
+--- gcc-4.6.2/gcc/dwarf2asm.c~	2010-12-04 23:01:32.000000000 +0100
++++ gcc-4.6.2/gcc/dwarf2asm.c	2012-12-07 23:00:36.922945101 +0100
+@@ -167,7 +167,7 @@
+ #ifndef ASM_OUTPUT_DWARF_VMS_DELTA
+   /* VMS Delta is only special on ia64-vms, but this funtion also gets
+      called on alpha-vms so it has to do something sane.  */
+-  dw2_asm_output_delta (size, lab1, lab2, comment);
++  dw2_asm_output_delta (size, lab1, lab2, "%s", comment);
+ #else
+   ASM_OUTPUT_DWARF_VMS_DELTA (asm_out_file, size, lab1, lab2);
+   if (flag_debug_asm && comment)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossavr-gcc.git/commitdiff/9aaa16cdf905dc954b61b10ca36ef0b6251ae042



More information about the pld-cvs-commit mailing list