Change #260113
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Fri 06 Mar 2026 22:50:29 |
| Repository | https://github.com/curl/curl.git |
| Project | 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
- lib/socketpair.c