File: 01_format-security.patch

package info (click to toggle)
libunique 1.1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,704 kB
  • sloc: sh: 10,371; ansic: 2,472; xml: 1,345; makefile: 238
file content (16 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: libunique-1.1.6/tests/test-unique.c
===================================================================
--- libunique-1.1.6.orig/tests/test-unique.c	2009-09-21 14:31:14.000000000 +0200
+++ libunique-1.1.6/tests/test-unique.c	2011-10-27 20:31:38.869186701 +0200
@@ -82,9 +82,11 @@
                                    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);