summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2018-07-20 21:39:09 -0400
committerNeel Chauhan <neel@neelc.org>2018-07-20 21:39:09 -0400
commit7651518b6d725a6f7e654460f998ac2797925a9f (patch)
tree6e0f805fca336aa587cab2d045ff85705a16a3ac
parentf80cfc44767e9f70cbb99c090579bb7cfbf8e996 (diff)
downloadtor-7651518b6d725a6f7e654460f998ac2797925a9f.tar.gz
tor-7651518b6d725a6f7e654460f998ac2797925a9f.zip
Add changes file for Bug #20874
-rw-r--r--changes/bug208747
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug20874 b/changes/bug20874
new file mode 100644
index 0000000000..ebec999224
--- /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.
+