Files
tor/changes/bug10987
T
David Goulet 1532cff2ce Fix: send back correct IPv6 SOCKS5 connect reply
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>
2014-02-21 17:19:11 +00:00

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.