mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a1538d607d
We had been checking for EINVAL, but that means that SOCK_* isn't supported, not that the syscall itself is missing. Bugfix on 0.2.3.1-alpha, which started to use accept4.
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
o Minor bugfixes:
|
|
- Work correctly on Linux systems with accept4 support advertised in
|
|
their headers, but without accept4 support in the kernel. Fix
|
|
by murb. Fixes bug 5762; bugfix on 0.2.3.1-alpha.
|