summaryrefslogtreecommitdiff
path: root/dev-tex/tex4ht/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-07-04 14:05:23 +0100
commit05b8b0e0af1d72e51a3ee61522941bf7605cd01c (patch)
tree43b0410e62aba677b4b256bc3ffe3fd333d28dbe /dev-tex/tex4ht/files
parent90c88731bd036e5698b281fbc0a5f3aa4c9983ac (diff)
gentoo resync : 04.07.2020
Diffstat (limited to 'dev-tex/tex4ht/files')
-rw-r--r--dev-tex/tex4ht/files/tex4ht-format-security.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-tex/tex4ht/files/tex4ht-format-security.patch b/dev-tex/tex4ht/files/tex4ht-format-security.patch
deleted file mode 100644
index fde075ce33d3..000000000000
--- a/dev-tex/tex4ht/files/tex4ht-format-security.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/554636
-
---- a/src/htcmd.c
-+++ b/src/htcmd.c
-@@ -418,7 +418,7 @@
- #undef SEP
- #endif
- { (IGNORED) fprintf(stderr,"--- error --- ");
-- (IGNORED) fprintf(stderr, warn_err_mssg[n]);
-+ (IGNORED) fprintf(stderr, "%s", warn_err_mssg[n]);
- exit(EXIT_FAILURE);
- }
-
-@@ -439,7 +439,7 @@
- #undef SEP
- #endif
- { (IGNORED) fprintf(stderr,"--- error --- ");
-- (IGNORED) fprintf(stderr, warn_err_mssg[n]);
-+ (IGNORED) fprintf(stderr, "%s", warn_err_mssg[n]);
- exit(EXIT_FAILURE);
- }
-