From 8cd4449319a3bf3f50be068f0c637cfb8bb0cc6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 7 Dec 2012 23:09:27 +0100 Subject: [PATCH] - 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); + } -- 2.44.0