commit 7651518b6d725a6f7e654460f998ac2797925a9f Author: Neel Chauhan neel@neelc.org Date: Fri Jul 20 21:39:09 2018 -0400
Add changes file for Bug #20874 --- changes/bug20874 | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/changes/bug20874 b/changes/bug20874 new file mode 100644 index 000000000..ebec99922 --- /dev/null +++ b/changes/bug20874 @@ -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. +
tor-commits@lists.torproject.org