Welcome tommy as #curl commit author 1434: github.com/curl/curl/pull/2027…
bugfix: `SA_SIGINFO` should not be set when it is using `sa_handler` by Tommy-LXDAO · Pull Request #20278 · curl/curl
https://pubs.opengroup.org/onlinepubs/007904875/functions/sigaction.html SA_SIGINFO should not be set when it is using sa_handler. If we set sa_handler as SIG_IGN and sa_flags with SA_SIGINFO.The s...GitHub