Fix insufficient initialization in Curl_clone_ssl_config()

which could have caused a double free when reusing curl handle.
This commit is contained in:
douglas steinwand
2010-03-22 09:25:03 +01:00
committed by Kamil Dudka
parent 1609685fc2
commit abcea311e3
3 changed files with 15 additions and 0 deletions

View File

@@ -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: