diff options
author | Yang Tse <yangsita@gmail.com> | 2010-03-05 03:15:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-03-05 03:15:19 +0000 |
commit | f4551a967820ab2be76fd5d600fbce32cd290e62 (patch) | |
tree | 63539c815d1817e8562753bf6ca98b6d41dece14 /RELEASE-NOTES | |
parent | 52f088ec1bec69e35efd2ac3bb5b95d9ce82bd46 (diff) |
Constantine Sapuntzakis detected and fixed a double free in builds done
with threaded resolver enabled (Windows default configuration) that would
get triggered when a curl handle is closed while doing DNS resolution.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b96171cc5..d59cba5ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o CURLOPT_CERTINFO memory leak o sub-second timeouts improvements o configure fixes for GSSAPI + o threaded resolver double free when closing curl handle This release includes the following known bugs: |