summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-28 15:44:06 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-28 15:44:06 -0400
commit2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d (patch)
treee13c924935116bf25ad5fb5f259d2aca51140882 /changes
parent82d758afa80724f4b8322e002d351c8e7923062a (diff)
parentf282375fb7d9c527e4bff19dc1e8c6dc7627d137 (diff)
downloadtor-2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d.tar.gz
tor-2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d.zip
Merge remote-tracking branch 'tor-github/pr/245'
Diffstat (limited to 'changes')
-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.
+