summaryrefslogtreecommitdiff
path: root/libunique/libunique-1.1.6-fix-test.patch
blob: b2e85e4d71a5a06f59eace466cd146574822abf3 (plain)
    1 From caf736f4b84808393b0d7030ae6128a3322a71e2 Mon Sep 17 00:00:00 2001
    2 From: Tobias Mueller <tobiasmue@gnome.org>
    3 Date: Mon, 12 Apr 2010 13:01:42 +0000
    4 Subject: test-unique: Resolve format string issues
    5 
    6 Provide a proper literal format string to not expose potential vulnerabilites.
    7 Fixes bug 615522.
    8 ---
    9 diff --git a/tests/test-unique.c b/tests/test-unique.c
   10 index b7cde45..c9958c9 100644
   11 --- a/tests/test-unique.c
   12 +++ b/tests/test-unique.c
   13 @@ -82,9 +82,11 @@ app_message_cb (UniqueApp         *app,
   14                                     GTK_DIALOG_DESTROY_WITH_PARENT,
   15                                     GTK_MESSAGE_INFO,
   16                                     GTK_BUTTONS_CLOSE,
   17 +                                   "%s",
   18                                     title);
   19    if (message)
   20      gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
   21 +                                              "%s",
   22                                                message);
   23  
   24    gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);
   25 --
   26 cgit v0.9

Generated by cgit