summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-23 21:52:43 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-23 21:52:43 -0400
commit3d825d22c3d20f03b34cbe4d9e8874a816e45c4a (patch)
tree9f0e1cbfe5b438bd66885edeb6f501f24ab4d6dc
parent04a509e04b0e22530e6a1a81c1a0884ad7010eb0 (diff)
downloadtor-3d825d22c3d20f03b34cbe4d9e8874a816e45c4a.tar.gz
tor-3d825d22c3d20f03b34cbe4d9e8874a816e45c4a.zip
Use the same changes file for bug7191 as in 0.2.[23]
-rw-r--r--changes/bug71918
1 files changed, 5 insertions, 3 deletions
diff --git a/changes/bug7191 b/changes/bug7191
index f50b16e3ae..a3bee6e5f7 100644
--- a/changes/bug7191
+++ b/changes/bug7191
@@ -1,3 +1,5 @@
- o Bugfixes
- - The smartlist_bsearch_idx() function was broken for lists of length zero
- or one; fix it. This fixes bug7191.
+ 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.