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-overlay/app-misc/cdargs/files/cdargs-1.35-format_security...

12 lines
212 B

--- a/src/cdargs.cc
+++ b/src/cdargs.cc
@@ -1301,7 +1301,7 @@ void helpscreen(void) {
void fatal_exit(char* msg) {
endwin();
- fprintf(stderr, msg);
+ fprintf(stderr, "%s", msg);
exit(1);
}