diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 03:32:10 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-08 03:32:10 +0000 |
commit | 11a8a25528bebdfd175cf7e3a95d1ab2c41e2d65 (patch) | |
tree | 48133f79f15507ef7af49122ed8157acae06e23d /CHANGES | |
parent | 1b246eecfe77425622d5e249f71b4b2a73fa97a8 (diff) | |
download | curl-11a8a25528bebdfd175cf7e3a95d1ab2c41e2d65.tar.gz |
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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |