Merge remote-tracking branch 'tor-gitlab/mr/268' into maint-0.4.5

This commit is contained in:
Nick Mathewson
2021-01-21 13:10:16 -05:00
4 changed files with 17 additions and 21 deletions
+5 -4
View File
@@ -1,5 +1,6 @@
o Minor bugfixes (config, bridge):
- Really fix the case where torrc has a missing ClientTransportPlugin but
configured with a Bridge line and UseBridges. Previously, we failed to
also look at the managed proxy list and thus it would fail for the
"exec" case. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
- Don't initiate a connection to a bridge without a corresponding
transport. Fixes bug 40106; bugfix on 0.4.5.1-alpha.
- This also reverts an earlier fix we did for this that would validate
configuration to avoid such situation but turns out it wouldn't work for
a DisableNetwork thus the new approach.