[packages/gegl] - new
adamg
adamg at pld-linux.org
Tue Apr 9 08:05:58 CEST 2019
commit 0de580a0561c561ea5c82a0ae603032263078cc4
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Tue Apr 9 08:05:52 2019 +0200
- new
gegl-Wformat-security.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
---
diff --git a/gegl-Wformat-security.patch b/gegl-Wformat-security.patch
new file mode 100644
index 0000000..a6dbc22
--- /dev/null
+++ b/gegl-Wformat-security.patch
@@ -0,0 +1,11 @@
+--- gegl-0.4.14/bin/ui-core.c~ 2019-03-01 13:59:14.000000000 +0100
++++ gegl-0.4.14/bin/ui-core.c 2019-04-09 07:22:31.414887340 +0200
+@@ -763,7 +763,7 @@
+ G_SPAWN_SEARCH_PATH|G_SPAWN_SEARCH_PATH_FROM_ENVP,
+ NULL, NULL, &thumbnailer_pid, &error);
+ if (error)
+- g_warning (error->message);
++ g_warning ("%s", error->message);
+ }
+ g_usleep (1000);
+ }
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/0de580a0561c561ea5c82a0ae603032263078cc4
More information about the pld-cvs-commit
mailing list