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 /TODO-RELEASE | |
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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index a0118a0a3..7edb5801b 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -13,12 +13,8 @@ Awaiting feedback, updates or removal: 178 - "[Patch] Disable multi API support" -Patches pending commit: - -180 - CURLINFO_REDIRECT_URL leaks memory and is incorrect, bug #2152270 +182 - Make CURLINFO_LASTSOCKET accessible during perform -181 - "multi object is stuck" bug #2111613 - needs to be done slightly nicer - -182 - +Patches pending commit: +183 - |