diff options
Diffstat (limited to 'net/sslh/patches/010-format.patch')
-rw-r--r-- | net/sslh/patches/010-format.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sslh/patches/010-format.patch b/net/sslh/patches/010-format.patch new file mode 100644 index 000000000..a25290544 --- /dev/null +++ b/net/sslh/patches/010-format.patch @@ -0,0 +1,11 @@ +--- a/sslh-main.c ++++ b/sslh-main.c +@@ -167,7 +167,7 @@ void cmd_ssl_to_tls(int argc, char* argv[]) + strcpy(argv[i], "--tls"); + /* foreground option not parsed yet, syslog not open, just print on + * stderr and hope for the best */ +- fprintf(stderr, ssl_err_msg); ++ fprintf(stderr, "%s", ssl_err_msg); + } + } + } |