aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-08 03:32:10 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-08 03:32:10 +0000
commit11a8a25528bebdfd175cf7e3a95d1ab2c41e2d65 (patch)
tree48133f79f15507ef7af49122ed8157acae06e23d /CHANGES
parent1b246eecfe77425622d5e249f71b4b2a73fa97a8 (diff)
Created test cases 1080 and 1081 to reproduce a problem of
CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when two URLs are requested. Reported by vmpdemo in bug #2152270
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2aeba086c..798c97c6e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,10 @@ Daniel Fandrich (7 Oct 2008)
test a similar connection dropping scenario, but as a race condition, it's
hard to test reliably.
+- Created test cases 1080 and 1081 to reproduce a problem of
+ CURLINFO_REDIRECT_URL leaking memory and returning incorrect results when
+ two URLs are requested. Reported by vmpdemo in bug #2152270
+
Daniel Stenberg (7 Oct 2008)
- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
the app re-used the handle to do a connection to host B and then again