You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They need to be removed from the socket hash linked list with more care.
When sh_delentry() is called to remove a sockethash entry, remove all
individual transfers from the list first. To enable this, each Curl_easy struct
now stores a pointer to the sockethash entry to know how to remove itself.
Reported-by: Tom van der Woerdt and Kunal Ekawde
Fixes#3952Fixes#3904
I did this
https://gist.github.com/TvdW/3807e802463c712e2c5909c772a9d863
This code segfaults for me. Could be related to #3904, not sure.
I expected the following
No segfault
curl/libcurl version
operating system
CentOS 7, custom-built curl
The text was updated successfully, but these errors were encountered: