aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-10 20:20:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-10 20:20:15 +0000
commit315253b367a8d3c439a4acccfe68723109f3d1b1 (patch)
treee2bd1666437ddb6f9f8d7b046cee0a07e7fcbdcd /RELEASE-NOTES
parent3b1de97eaa373b3f4f9d079528df202d0adbdde5 (diff)
- Constantine Sapuntzakis figured out a case which would lead to libcurl
accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it. (http://curl.haxx.se/bug/view.cgi?id=2891591)
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 d916d438d..dc59f8884 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -30,6 +30,7 @@ This release includes the following bugfixes:
o curl failed to report write errors for tiny failed downloads
o TFTP BLKSIZE
o Expect: 100-continue handling when set by the application
+ o multi interface with OpenSSL read already freed memory when closing down
This release includes the following known bugs: