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

Change #259813

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Tue 03 Mar 2026 23:50:08
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/wakeup-eintr
Revision 785e6131f985bed4f52898ef98c2b67ab95563f5

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

Changed files