diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-13 11:17:58 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-13 11:17:58 -0500 |
commit | ab415ae95081ab662225a4600b93f66e7b4baf7a (patch) | |
tree | 54fb0e7454850cf669fe90131d99bef0c2b5ea4b /changes | |
parent | 666653758db631200ce389a19d0899e28f8f1dd7 (diff) | |
parent | c86013291bd26f3497e9efcf96125342d97cba33 (diff) | |
download | tor-ab415ae95081ab662225a4600b93f66e7b4baf7a.tar.gz tor-ab415ae95081ab662225a4600b93f66e7b4baf7a.zip |
Merge remote-tracking branch 'teor/bug23470-029' into maint-0.2.9
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. |