You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-tex/tex4ht/files/tex4ht-format-security.patch

23 lines
510 B

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);
}