Change #271148
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 15 Jun 2026 15:52:28 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 7d09426187a1a0e3ad735fc257c6b8eed3612f9a |
Comments
servers: accept `unlink()` failing due to the file missing In `bind_unix_socket()`, before retrying `bind()`. This patch uses `ENOENT`. This was last time in source between d25b0503795f1fbf557632ce870298f52f2a78c1 (2018) and dffd996e3b54a0c9314b1c93c7f837a5b2b1fc3d (2023), and also earlier. Also defined by supported Windows envs. Seems safe to use. Reported-by CodeQL Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0 Cherry-picked from #22010 Closes #22028
Changed files
- tests/server/util.c