On 10/28/2019 4:00 AM, Daniel Stenberg via curl-library wrote:
On Mon, 28 Oct 2019, karthikeyan Sivakkumar via curl-library wrote:

     7. We re facing segmentation fault in the 'appending header' section      itself. This behavior is consistent and dbx analysis as well as truss      command output point to the same curl_slist_append() function call as the
     reason for the segmentation fault.

curl_slist_append() is a public libcurl function that has worked the same way for many years and that's also unmodified since a long time.

It seems likely that this crash is caused by your application's use of this function.

If you think differently, then please provide a stand-alone example source code for a program that shows this problem reproduced.


Also please review libcurl thread safety. [1]


[1]: https://curl.haxx.se/libcurl/c/threadsafe.html


-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to