diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-28 15:44:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-28 15:44:06 -0400 |
commit | 2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d (patch) | |
tree | e13c924935116bf25ad5fb5f259d2aca51140882 /changes | |
parent | 82d758afa80724f4b8322e002d351c8e7923062a (diff) | |
parent | f282375fb7d9c527e4bff19dc1e8c6dc7627d137 (diff) | |
download | tor-2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d.tar.gz tor-2bc4c55d7d17ba9d4dcfacd3f2b118e7144a146d.zip |
Merge remote-tracking branch 'tor-github/pr/245'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20874 | 7 |
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. + |