We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7879bf3 commit 194854bCopy full SHA for 194854b
1 file changed
src/io.c
@@ -62,7 +62,7 @@ nc_ssl_error_get_reasons(void)
62
ERRMEM;
63
return NULL;
64
}
65
- reason_len += sprintf(reasons + reason_len, ERR_reason_error_string(e));
+ reason_len += sprintf(reasons + reason_len, "%s", ERR_reason_error_string(e));
66
67
68
return reasons;
0 commit comments