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

@@ -6,6 +6,10 @@
Changelog
Kamil Dudka (22 Mar 2010)
- Douglas Steinwand contributed a patch fixing insufficient initialization in
Curl_clone_ssl_config()
Daniel Stenberg (21 Mar 2010)
- Ben Greear improved TFTP: the error code returning and the treatment
of TSIZE == 0 when uploading.