[curl/curl] 894c74: Curl_ssl_getsessionid: fail if no session cache ex...

Daniel Stenberg <[email protected]> Mon, 31 May 2021 11:42:19 -0700
Newsgroups gmane.comp.web.curl.cvs
Message-ID <curl/curl/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/curl/curl
  Commit: 894c74738f620fa02d1532c2186c5060fbad7e05
      https://github.com/curl/curl/commit/894c74738f620fa02d1532c2186c5060fbad7e05
  Author: Daniel Stenberg <[email protected]>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M lib/vtls/vtls.c

  Log Message:
  -----------
  Curl_ssl_getsessionid: fail if no session cache exists

This function might get called for an easy handle for which the session
cache hasn't been setup. It now just returns a "miss" in that case.

Reported-by: Christoph M. Becker
Fixes #7148
Closes #7153


  Commit: ef1a917a1173775d48ebdb425cd680e95abbf9f2
      https://github.com/curl/curl/commit/ef1a917a1173775d48ebdb425cd680e95abbf9f2
  Author: Daniel Stenberg <[email protected]>
  Date:   2021-05-31 (Mon, 31 May 2021)

  Changed paths:
    M lib/http2.c

  Log Message:
  -----------
  http2: init recvbuf struct for pushed streams

Debug builds would warn that these structs were not initialized properly
for pushed streams.

Ref: #7148
Closes #7153


Compare: https://github.com/curl/curl/compare/5e1e4dbf1e08...ef1a917a1173
_______________________________________________
curl-commits mailing list
[email protected]
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits