summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-02-09 03:12:07 +0000
committerRoger Dingledine <arma@torproject.org>2009-02-09 03:12:07 +0000
commit2756824087a678c9a143fc6f50ffb65ff20f4e50 (patch)
tree4f3b7a79a52afce4491b973e9e635da3593c05e7
parent3845087b0451500511cd58c353695be946728c74 (diff)
downloadtor-2756824087a678c9a143fc6f50ffb65ff20f4e50.tar.gz
tor-2756824087a678c9a143fc6f50ffb65ff20f4e50.zip
Fix a temporary DoS vulnerability that could be performed by
a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark. svn:r18420
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8991ee4c4..3d3f6b8262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
Changes in version 0.2.1.12-alpha - 2009-02-08
+ o Security fixes:
+ - Fix a temporary DoS vulnerability that could be performed by
+ a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark.
+
o Major bugfixes:
- Fix an infinite-loop bug on handling corrupt votes under certain
circumstances. Bugfix on 0.2.0.8-alpha.