diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-01 16:46:29 -0500 |
commit | deea08c13f9d6a3dc8eca612ddf09436da1af4f8 (patch) | |
tree | aa8eabda9c7ff5a3504b4d67bf265e599df8a281 /changes/bug17027-reject-private-bind-port | |
parent | 8ea48a59195b68c95261d2df3cdfacf12a6418d6 (diff) | |
download | tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.tar.gz tor-deea08c13f9d6a3dc8eca612ddf09436da1af4f8.zip |
Fix all the warnings from lintChanges.py
Diffstat (limited to 'changes/bug17027-reject-private-bind-port')
-rw-r--r-- | changes/bug17027-reject-private-bind-port | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/changes/bug17027-reject-private-bind-port b/changes/bug17027-reject-private-bind-port index abc1431c9a..7d8f023d2d 100644 --- a/changes/bug17027-reject-private-bind-port +++ b/changes/bug17027-reject-private-bind-port @@ -1,7 +1,5 @@ - o Minor bug fixes (security, exit policies): + o Minor bugfixes (security, exit policies): - ExitPolicyRejectPrivate rejects more private addresses by default: * the relay's outbound bind addresses (if configured), and * the relay's configured port addresses (such as ORPort and DirPort). - Resolves ticket 17027. Patch by "teor". - Patch on 42b8fb5a1523 (11 Nov 2007), released in 0.2.0.11-alpha, - and on 0.2.7.3-rc. + Fixes bug 17027; bugfix on 0.2.0.11-alpha. Patch by "teor". |