tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 7651518b6d725a6f7e654460f998ac2797925a9f
parent f80cfc44767e9f70cbb99c090579bb7cfbf8e996
Author: Neel Chauhan <neel@neelc.org>
Date:   Fri, 20 Jul 2018 21:39:09 -0400

Add changes file for Bug #20874

Diffstat:
Achanges/bug20874 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/bug20874 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. +