Welcome Robert W. Van Kirk as #curl commit author 1425: github.com/curl/curl/pull/1985…
formdata: validate callback is non-NULL before use by bagder · Pull Request #19858 · curl/curl
curl_formget() accepts a user-provided callback function but does not validate it is non-NULL before calling it. If a caller passes NULL, the function will crash with SIGSEGV. Add NULL check at the...GitHub