summaryrefslogtreecommitdiff
path: root/dev-libs/libunique/files/libunique-1.1.6-fix-test.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-libs/libunique/files/libunique-1.1.6-fix-test.patch
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-libs/libunique/files/libunique-1.1.6-fix-test.patch')
-rw-r--r--dev-libs/libunique/files/libunique-1.1.6-fix-test.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-libs/libunique/files/libunique-1.1.6-fix-test.patch b/dev-libs/libunique/files/libunique-1.1.6-fix-test.patch
deleted file mode 100644
index b2e85e4d71a5..000000000000
--- a/dev-libs/libunique/files/libunique-1.1.6-fix-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From caf736f4b84808393b0d7030ae6128a3322a71e2 Mon Sep 17 00:00:00 2001
-From: Tobias Mueller <tobiasmue@gnome.org>
-Date: Mon, 12 Apr 2010 13:01:42 +0000
-Subject: test-unique: Resolve format string issues
-
-Provide a proper literal format string to not expose potential vulnerabilites.
-Fixes bug 615522.
----
-diff --git a/tests/test-unique.c b/tests/test-unique.c
-index b7cde45..c9958c9 100644
---- a/tests/test-unique.c
-+++ b/tests/test-unique.c
-@@ -82,9 +82,11 @@ app_message_cb (UniqueApp *app,
- GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_INFO,
- GTK_BUTTONS_CLOSE,
-+ "%s",
- title);
- if (message)
- gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
-+ "%s",
- message);
-
- gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);
---
-cgit v0.9