Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-16 | multi: fix memory leak when stopped during name resolve | Daniel Stenberg | |
When the application just started the transfer and then stops it while the name resolve in the background thread hasn't completed, we need to wait for the resolve to complete and then cleanup data accordingly. Enabled test 1553 again and added test 1590 to also check when the host name resolves successfully. Detected by OSS-fuzz. Closes #1968 |