diff options
author | Roger Dingledine <arma@torproject.org> | 2009-02-09 03:12:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-02-09 03:12:07 +0000 |
commit | 2756824087a678c9a143fc6f50ffb65ff20f4e50 (patch) | |
tree | 4f3b7a79a52afce4491b973e9e635da3593c05e7 | |
parent | 3845087b0451500511cd58c353695be946728c74 (diff) | |
download | tor-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |