config: Bridge line with a transport must have a ClientTransportPlugin

Fixes #25528

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2020-09-22 10:45:52 -04:00
parent fcf5bbb59f
commit ea52705e4b
4 changed files with 34 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
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.