summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
parent1609685fc2f470600204094d39ea55f63a445abf (diff)
downloadcurl-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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fbc1af6fb..29ad85bde 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: