diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-15 22:40:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-15 22:40:42 +0000 |
commit | 733f794cb8f93e413b5f17d106b265bce0379772 (patch) | |
tree | ca2b23f6f5c2b729e2a9004ea4a6d3ddd21feed0 /RELEASE-NOTES | |
parent | 52cd332b954eda192815bb950d3937aa3f10050f (diff) |
- Constantine Sapuntzakis brought a patch:
The problem mentioned on Dec 10 2009
(http://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed.
Partially because an easy handle can be associated with many connections in
the cache (e.g. if there is a redirect during the lifetime of the easy
handle). The previous patch only cleaned up the first one. The new fix now
removes the easy handle from all connections, not just the first one.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2ecaf6aa0..e03fa2f39 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: o threaded resolver double free when closing curl handle o configure fixes for building with the clang compiler o easy interix rate limiting logic + o curl_multi_remove_handle() caused use after free This release includes the following known bugs: @@ -41,6 +42,7 @@ advice from friends like these: Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager, Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear, - Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson + Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson, + Constantine Sapuntzakis Thanks! (and sorry if I forgot to mention someone) |