Commit b51cc75
committed
Detect singleton socket path being too long
Somehow bind() has the same filename length limit from the 1970s
and there is no alternative API that can use a longer name. Recent
MacOS versions generate a long random path for TMPDIR, which causes
a fatal error for daemonded -
#1390 (the server uses
a slightly longer path than the client).1 parent a4089d6 commit b51cc75
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
0 commit comments