]> git.pld-linux.org Git - packages/xmlrpc-c.git/blobdiff - xmlrpc-c-format.patch
- added format patch (fixes build with -Werror=format-security)
[packages/xmlrpc-c.git] / xmlrpc-c-format.patch
diff --git a/xmlrpc-c-format.patch b/xmlrpc-c-format.patch
new file mode 100644 (file)
index 0000000..7241f69
--- /dev/null
@@ -0,0 +1,11 @@
+--- xmlrpc-c/src/xmlrpc_server_abyss.c.orig    2013-03-03 16:31:13.000000000 +0100
++++ xmlrpc-c/src/xmlrpc_server_abyss.c 2013-03-03 19:05:39.913991242 +0100
+@@ -776,7 +776,7 @@
+         ServerInit2(abyssServerP, &error);
+         if (error) {
+-            xmlrpc_faultf(envP, error);
++            xmlrpc_faultf(envP, "%s", error);
+             xmlrpc_strfree(error);
+         }
+     }
This page took 0.112857 seconds and 4 git commands to generate.