Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #211638

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 14 Oct 2024 14:11:43
Repository https://github.com/curl/curl
Project curl/curl
Branch bagder/cleaner-func-typecast
Revision b979979405f09529a96870c02af4346fd97e431f

Comments

curl.h: remove the struct pointer for CURL/CURLSH/CURLM typedefs

Since it makes the callbacks get different signnatures when used within
libcurl vs libcurl-using applications (such as the libtests) and this
triggers UndefinedBehaviorSanitizer errors.

Changed files