diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-23 21:48:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-23 21:48:50 -0400 |
commit | b0646cc1423d4ea28d68c84e38e90ba8a6cb4e29 (patch) | |
tree | 4429b11bc470572281744383acc05580202f9258 /changes | |
parent | 2ecee3fce2179c6fe9f9c748522e417b887ee021 (diff) | |
parent | cb693ef56e5fcef2a6d1844cb71c849022628bd8 (diff) | |
download | tor-b0646cc1423d4ea28d68c84e38e90ba8a6cb4e29.tar.gz tor-b0646cc1423d4ea28d68c84e38e90ba8a6cb4e29.zip |
Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7191 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug7191 b/changes/bug7191 new file mode 100644 index 0000000000..a3bee6e5f7 --- /dev/null +++ b/changes/bug7191 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix a denial of service attack by which any directory authority + could crash all the others, or by which a single v2 directory + authority could crash everybody downloading v2 directory + information. Fixes bug 7191; bugfix on 0.2.0.10-alpha. |