mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ea52705e4b
Fixes #25528 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
388 B
Plaintext
7 lines
388 B
Plaintext
o Minor bugfixes (client, bridge, configuration):
|
|
- Exit tor on a misconfiguration when the Bridge line has a transport but
|
|
no corresponding ClientTransportPlugin can be found. Prior to this fix,
|
|
tor would attempt to connect to the bridge directly without using the
|
|
transport leading to a possible leak on the wire. Fixes bug 25528;
|
|
bugfix on 0.2.6.1-alpha.
|