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

Change #260107

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Fri 06 Mar 2026 22:50:29
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision e47b6e657aa5dda6dfb79d495ba3ee7b0534532a

Comments

socketpair: clear 'err' when retrying due to EINTR

If the first write was interrupted by a signal and a subsequent write
succeeds, the function would still erroneously return EINTR.

Found by Codex Security
Closes #20809

Changed files