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.
This commit is contained in:
Yang Tse
2010-03-05 03:15:19 +00:00
parent 52f088ec1b
commit f4551a9678
3 changed files with 9 additions and 4 deletions

View File

@@ -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: