mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
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
This commit is contained in:
parent
1b246eecfe
commit
11a8a25528
5 changed files with 154 additions and 1 deletions
4
CHANGES
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue