diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-13 11:18:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-13 11:18:02 -0500 |
commit | f5bd987c7563e024d68cb5e49c181ca8ef37a774 (patch) | |
tree | d4af79075caaed5b9dd59517815dc5a0a61ce615 /changes | |
parent | 100ff4a9284379e8f49e52a80275d3281163afb4 (diff) | |
parent | 16bdb9e365ff43885a4d3b3478ebb224f5a26a33 (diff) | |
download | tor-f5bd987c7563e024d68cb5e49c181ca8ef37a774.tar.gz tor-f5bd987c7563e024d68cb5e49c181ca8ef37a774.zip |
Merge branch 'maint-0.3.0' into release-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23470 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug23470 b/changes/bug23470 new file mode 100644 index 0000000000..33367b3a30 --- /dev/null +++ b/changes/bug23470 @@ -0,0 +1,6 @@ + o Minor bugfix (relay address resolution): + - Avoid unnecessary calls to directory_fetches_from_authorities() + on relays. This avoids spurious address resolutions and + descriptor rebuilds. This is a mitigation for 21789. The original + bug was introduced in commit 35bbf2e as part of prop210. + Fixes 23470 in 0.2.8.1-alpha. |