diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-08 22:01:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-08 22:01:23 +0000 |
commit | 830018aa38817547dddfc9e4e706eaad758a579b (patch) | |
tree | 723677814a7906b5f4d5045e50e19b9b5137a596 /RELEASE-NOTES | |
parent | 8dfddd279b450fa460950f6bb13323c66a2256a5 (diff) |
- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id=2152270) identified and
fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing:
Any subsequent transfer with a redirect leaks memory, eventually crashing
the process potentially.
Any subsequent transfer WITHOUT a redirect causes the most recent redirect
that DID occur on some previous transfer to still be reported.
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 77beeb5fe..4d8e21ec7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -35,6 +35,7 @@ This release includes the following bugfixes: o FTP SIZE response 550 now causes CURLE_REMOTE_FILE_NOT_FOUND o CURLINFO_PRIMARY_IP fixed for persistent connection re-use cases o remove_handle/add_handle multi interface timer callback flaw + o CURLINFO_REDIRECT_URL memory leak and wrong-doing This release includes the following known bugs: |