Merge remote-tracking branch 'tor-github/pr/245'

This commit is contained in:
Nick Mathewson
2018-08-28 15:44:06 -04:00
4 changed files with 27 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
o Minor bugfixes (client, reachableaddresses):
- Instead of adding an "reject *:*" line to ReachableAddresses when
loading the configuration, add one to the policy after parsing it
in parse_reachable_addresses(). This prevents extra "reject *.*"
lines from accumulating on reloads. Fixes bug 20874; bugfix on
0.3.5.1-alpha. Patch by Neel Chauhan.