Skip to content
  • Daniel Stenberg's avatar
    multi: fix memory leak when stopped during name resolve · ac9a179f
    Daniel Stenberg authored
    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
    ac9a179f