mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
53ec840bdf
(But it won't work on some systems without IPv4/IPv6 localhost
(some BSD jails) by design, to avoid creating sockets on routable
IP addresses. However, those systems likely have the AF_UNIX socketpair,
which tor prefers.)
Fixes bug #17638; bugfix on a very early tor version,
earlier than 22dba27d8d
(23 Nov 2004) / svn:r2943.
Patch by "teor".
6 lines
253 B
Plaintext
6 lines
253 B
Plaintext
o Minor bugfix (IPv6 compatibility, unit tests):
|
|
- Make tor_ersatz_socketpair work on IPv6-only systems.
|
|
Fixes bug #17638; bugfix on a very early tor version,
|
|
earlier than 22dba27d8dd5 (23 Nov 2004) / svn:r2943.
|
|
Patch by "teor".
|