diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-30 11:48:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-30 11:48:12 -0500 |
commit | 766d0a2d98591ed840cce42710c5a59a2e7dc731 (patch) | |
tree | 3addec468ff5c739124d2b88c8ddfa129eae85e3 /changes | |
parent | b1c4ab0bec5b2b07e7e5358f449e352bb34c75d0 (diff) | |
parent | 072e194a15e9aa0e75c6723763a69476f4f31b93 (diff) | |
download | tor-766d0a2d98591ed840cce42710c5a59a2e7dc731.tar.gz tor-766d0a2d98591ed840cce42710c5a59a2e7dc731.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21394 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug21394 b/changes/bug21394 new file mode 100644 index 0000000000..e5452e20ba --- /dev/null +++ b/changes/bug21394 @@ -0,0 +1,9 @@ + o Major bugfixes (Exit nodes): + - Fix an issue causing high-bandwidth exit nodes to fail a majority + or all of their DNS requests, making them basically unsuitable for + regular usage in Tor circuits. The problem is related to + libevent's DNS handling, but we can work around it in Tor. Fixes + bugs 21394 and 18580; bugfix on 0.1.2.2-alpha which introduced + eventdns. Credit goes to Dhalgren for identifying and finding a + workaround to this bug and to gamambel, arthuredelstein and + arma in helping to track it down and analyze it. |