summaryrefslogtreecommitdiff
path: root/app-text/wv/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-text/wv/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-text/wv/files')
-rw-r--r--app-text/wv/files/wv-1.2.9-format-security.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-text/wv/files/wv-1.2.9-format-security.patch b/app-text/wv/files/wv-1.2.9-format-security.patch
deleted file mode 100644
index 0bb7ac21f2c1..000000000000
--- a/app-text/wv/files/wv-1.2.9-format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wv-1.2.9/wvRTF.c.orig 2013-12-12 17:03:41.635612853 -0500
-+++ wv-1.2.9/wvRTF.c 2013-12-12 17:04:05.528003832 -0500
-@@ -192,7 +192,7 @@
- rtf_output_char ('{');
-
- /* font color */
-- rtf_output (rtfColors[ud->cCol]);
-+ rtf_output ("%s", rtfColors[ud->cCol]);
-
- /* font face */
- rtf_output ("\\f%d", ud->cFont);