]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- new auto/th/gegl-0.4.14-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Apr 2019 06:05:52 +0000 (08:05 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 9 Apr 2019 06:05:52 +0000 (08:05 +0200)
gegl-Wformat-security.patch [new file with mode: 0644]

diff --git a/gegl-Wformat-security.patch b/gegl-Wformat-security.patch
new file mode 100644 (file)
index 0000000..a6dbc22
--- /dev/null
@@ -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);
+       }
This page took 0.130355 seconds and 4 git commands to generate.