Change #263620
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sun 05 Apr 2026 17:44:01 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/pollset-errors |
| Revision | 0ffd784e84b61dec168dbf5b8f6d12815ce087d8 |
Comments
cfilters: fix Curl_pollset_poll() return code mixup Curl_conn_cf_poll did not map adjust_pollset failures to poll-style errors properly, so error codes were treated as ready events. Found by Codex Security
Changed files
- lib/cfilters.c
- lib/select.c