summaryrefslogtreecommitdiff
path: root/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch')
-rw-r--r--app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch b/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
deleted file mode 100644
index 4ea3b39fde02..000000000000
--- a/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-- dialog.c:39:3: error: format not a string literal and no format arguments [-Werror=format-security]
-
---- a/src/dialog.c
-+++ b/src/dialog.c
-@@ -36,6 +36,7 @@
- GTK_DIALOG_DESTROY_WITH_PARENT,
- type,
- GTK_BUTTONS_NONE,
-+ "%s",
- str);
- gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
- gtk_dialog_add_buttons(GTK_DIALOG(dialog),
-@@ -61,6 +62,7 @@
- GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_QUESTION,
- GTK_BUTTONS_NONE,
-+ "%s",
- str);
- gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
- gtk_dialog_add_buttons(GTK_DIALOG(dialog),
---- a/src/gtkprint.c
-+++ b/src/gtkprint.c
-@@ -165,6 +165,7 @@
- GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_ERROR,
- GTK_BUTTONS_NONE,
-+ "%s",
- message);
- gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
- gtk_dialog_add_buttons(GTK_DIALOG(dialog),