mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
1532cff2ce
For a client using a SocksPort connection and IPv6, the connect reply from tor daemon did not handle AF_INET6 thus sending back the wrong payload to the client. A changes file is provided and this fixes #10987 Signed-off-by: David Goulet <dgoulet@ev0ke.net>
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
o Minor bugfixes
|
|
- Fix IPv6 support when using the SocksPort with SOCKS5. Fixes bug10987.
|
|
Using IPv6 through a SOCKS5 using the SocksPort option will now work
|
|
with this fix. This part of the code has never been updated to support
|
|
IPv6 thus this does not fix a previously introduced regression.
|