]> granicus.if.org Git - curl/commit
version: make ssl_version buffer match for multi_ssl
authorDaniel Gustafsson <daniel@yesql.se>
Sun, 19 May 2019 20:06:26 +0000 (22:06 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Sun, 19 May 2019 20:06:26 +0000 (22:06 +0200)
commit9a87fe704e3b9c5f54ac728f35622f03b555cb21
treeb53496a1580348d16b0f4d6284da60a1ff26c3ab
parent7ca7f82ba7c936cc01651e28b2ad92400ad4f7cc
version: make ssl_version buffer match for multi_ssl

When running a multi TLS backend build the version string needs more
buffer space. Make the internal ssl_buffer stack buffer match the one
in Curl_multissl_version() to allow for the longer string. For single
TLS backend builds there is no use in extended to buffer. This is a
fallout from #3863 which fixes up the multi_ssl string generation to
avoid a buffer overflow when the buffer is too small.

Closes #3875
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/version.c