summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/dia/CVE-2019-19451.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/dia/CVE-2019-19451.patch')
-rw-r--r--pkgs/applications/graphics/dia/CVE-2019-19451.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/dia/CVE-2019-19451.patch b/pkgs/applications/graphics/dia/CVE-2019-19451.patch
new file mode 100644
index 000000000000..28d6598330a3
--- /dev/null
+++ b/pkgs/applications/graphics/dia/CVE-2019-19451.patch
@@ -0,0 +1,11 @@
+diff -ru a/app/app_procs.c b/app/app_procs.c
+--- a/app/app_procs.c 2021-01-30 11:09:52.000000000 -0500
++++ b/app/app_procs.c 2021-01-30 11:11:05.000000000 -0500
+@@ -785,6 +785,7 @@
+
+ if (!filename) {
+ g_print (_("Filename conversion failed: %s\n"), filenames[i]);
++ ++i;
+ continue;
+ }
+