[satyr/f20] Add forgotten patch

mmilata mmilata at fedoraproject.org
Tue Jun 10 15:39:53 UTC 2014


commit 6a0d2441d4d534a6ddb8199822e90b6405511ba7
Author: Martin Milata <mmilata at redhat.com>
Date:   Tue Jun 10 17:36:46 2014 +0200

    Add forgotten patch

 satyr-0.14-wformat.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/satyr-0.14-wformat.patch b/satyr-0.14-wformat.patch
new file mode 100644
index 0000000..77f742d
--- /dev/null
+++ b/satyr-0.14-wformat.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/core_unwind_elfutils.c b/lib/core_unwind_elfutils.c
+index b4d3aed..6b904c7 100644
+--- a/lib/core_unwind_elfutils.c
++++ b/lib/core_unwind_elfutils.c
+@@ -166,7 +166,7 @@ sr_parse_coredump(const char *core_file,
+             set_error_dwfl("dwfl_getthreads");
+         else if (ret == DWARF_CB_ABORT)
+         {
+-            set_error(thread_arg.error_msg);
++            set_error("%s", thread_arg.error_msg);
+             free(thread_arg.error_msg);
+         }
+         else


More information about the scm-commits mailing list