diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-30 11:48:06 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-30 11:48:06 -0500 |
commit | 072e194a15e9aa0e75c6723763a69476f4f31b93 (patch) | |
tree | c35b69649e435ee44c850327e33b044b28a2f39f /changes | |
parent | 30b3229252709eeca054ee06cc6e366226723e24 (diff) | |
parent | 98275743081728b1538f70111c891ea573127e85 (diff) | |
download | tor-072e194a15e9aa0e75c6723763a69476f4f31b93.tar.gz tor-072e194a15e9aa0e75c6723763a69476f4f31b93.zip |
Merge branch 'bug21394_029' into maint-0.2.9
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. |