Merge remote-tracking branch 'teor/bug18456'

This commit is contained in:
Nick Mathewson
2016-07-05 19:10:08 -04:00
9 changed files with 133 additions and 41 deletions
+6
View File
@@ -0,0 +1,6 @@
o Major bugfixes (exit policies):
- Avoid disclosing exit outbound bind addresses, configured port bind
addresses, and local interface addresses in relay descriptors by
default under ExitPolicyRejectPrivate. Instead, only reject these
(otherwise unlisted) addresses if ExitPolicyRejectLocalInterfaces is set.
Fixes bug 18456; bugfix on 0.2.7.2-alpha. Patch by teor.