curl / Mailing Lists / curl-library / Single Mail

curl-library

side-effect of fix for issue 1968

From: Alexei Potashnik via curl-library <curl-library_at_cool.haxx.se>
Date: Fri, 14 Sep 2018 15:09:33 -0700

Am I correct in understanding that this commit

commit ac9a179fe980f1a78438a791671e22671ebb6451
Author: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu Jun 14 08:28:59 2018

    multi: fix memory leak when stopped during name resolve

has added

Curl_resolver_wait_resolv (asyn-thread mode) -> Curl_thread_join ->
pthread_join

call chain from multi_done context, that can potentially block multi
threads, that are meant to be non-blocking?

Alexei
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-09-15