Change #271121
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 15 Jun 2026 14:27:07 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 0882e3951d910b923f3463fa98604df9fcb13a0c |
Comments
servers: mask to `S_IFMT` in unix socket path attribute check Instead of `S_IFSOCK` before this patch. For correctness; it is probably not an issue in most environments. Spotted by Copilot Bug: https://github.com/curl/curl/pull/22021#discussion_r3413049506 Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0 Closes #22026
Changed files
- tests/server/util.c