Skip to content
  1. May 23, 2019
  2. May 22, 2019
  3. May 21, 2019
  4. May 20, 2019
  5. May 19, 2019
    • Daniel Gustafsson's avatar
      version: make ssl_version buffer match for multi_ssl · 9a87fe70
      Daniel Gustafsson authored
      
      
      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: default avatarDaniel Stenberg <daniel@haxx.se>
      9a87fe70