> > https://github.com/SentryPeer/SentryPeer/blob/main/tests/unit_tests/test_http_api.c#L94
>
> Line 60 sets your write callback with CURLOPT_WRITEFUNCTION but you don't set
> CURLOPT_WRITEDATA for the handle, so your callback will get the default
> callback argument (a FILE * that is stdout).
>
> Then in the callback you seem to expect that 'userp' points to a json_t struct
> or something and from that point things will not be good.

Many thanks Daniel. I'll read the docs more around CURLOPT_WRITEDATA.

-- 
Kind Regards,

Gavin Henry.
https://sentrypeer.org
-- 
Unsubscribe: https://lists.haxx.se/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to