diff options
author | douglas steinwand <dzs-curl@dzs.fx.org> | 2010-03-22 09:25:03 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-03-22 09:25:03 +0100 |
commit | abcea311e3b3178e8848e4da5acdf50afd89e4ce (patch) | |
tree | 59185fe8c2816a5ce1881bf57698c291882fe4c3 /CHANGES | |
parent | 1609685fc2f470600204094d39ea55f63a445abf (diff) | |
download | curl-abcea311e3b3178e8848e4da5acdf50afd89e4ce.tar.gz |
Fix insufficient initialization in Curl_clone_ssl_config()
which could have caused a double free when reusing curl handle.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |