]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a temporary DoS vulnerability that could be performed by
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:12:07 +0000 (03:12 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:12:07 +0000 (03:12 +0000)
a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark.

svn:r18420

ChangeLog

index f8991ee4c41084a3337fd5f7dd2509cbd110dcd0..3d3f6b826240ea7ae5d40e15107997b3a5bfd389 100644 (file)
--- 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.