mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:53:37 +03:00
Fix insufficient initialization in Curl_clone_ssl_config()
which could have caused a double free when reusing curl handle.
This commit is contained in:
parent
1609685fc2
commit
abcea311e3
3 changed files with 15 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ This release includes the following bugfixes:
|
|||
o curl_multi_remove_handle() caused use after free
|
||||
o TFTP improved error codes
|
||||
o TFTP fixed TSIZE handling for uploads
|
||||
o SSL possible double free when reusing curl handle
|
||||
|
||||
This release includes the following known bugs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue