mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
847e001d28
The client addr is essentially meaningless in this context (yes, it is possible to explicitly `bind()` AF_LOCAL client side sockets to a path, but no one does it, and there are better ways to grant that sort of feature if people want it like using `SO_PASSCRED`).
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
o Minor bugfixes (client, unix domain sockets):
|
|
- Disable IsolateClientAddr when using AF_UNIX backed SocksPorts
|
|
as the client address is meaningless. Fixes bug 20261; bugfix on
|
|
0.2.6.3-alpha.
|