aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authordouglas steinwand <dzs-curl@dzs.fx.org>2010-03-22 09:25:03 +0100
committerKamil Dudka <kdudka@redhat.com>2010-03-22 09:25:03 +0100
commitabcea311e3b3178e8848e4da5acdf50afd89e4ce (patch)
tree59185fe8c2816a5ce1881bf57698c291882fe4c3 /CHANGES
parent1609685fc2f470600204094d39ea55f63a445abf (diff)
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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 241ebdc08..02d7b2753 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.