mirror of
https://github.com/curl/curl.git
synced 2026-06-18 07:35:43 +03:00
In `bind_unix_socket()`, before retrying `bind()`. Before this patch the code wanted to check if the to-be-deleted unix socket path was indeed a socket, before deleting it and retrying to bind. If `lstat()` failed for any reason, it skipped retry. Fix to retry if `lstat()` failed because of the file missing. Ref: https://pubs.opengroup.org/onlinepubs/9799919799/functions/lstat.html Follow-up to |
||
|---|---|---|
| .. | ||
| .checksrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dnsd.c | ||
| first.c | ||
| first.h | ||
| getpart.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| mqttd.c | ||
| resolve.c | ||
| rtspd.c | ||
| sockfilt.c | ||
| socksd.c | ||
| sws.c | ||
| tftpd.c | ||
| util.c | ||