aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-02-09 03:13:02 +0000
committerNick Mathewson <nickm@torproject.org>2009-02-09 03:13:02 +0000
commit2ebdf91a523348aad3eae7dc565510260a374ef4 (patch)
treecf40fef61189e32ca21028cb6f65eda5e5b0e5aa /ChangeLog
parent2756824087a678c9a143fc6f50ffb65ff20f4e50 (diff)
downloadtor-2ebdf91a523348aad3eae7dc565510260a374ef4.tar.gz
tor-2ebdf91a523348aad3eae7dc565510260a374ef4.zip
Fix a remote-crash bug. This will need a patch release.
svn:r18421
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d3f6b8262..6096d72742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ Changes in version 0.2.1.12-alpha - 2009-02-08
o Major bugfixes:
- Fix an infinite-loop bug on handling corrupt votes under certain
circumstances. Bugfix on 0.2.0.8-alpha.
+ - Avoid a potential crash on exit nodes when processing malformed
+ input. Remote DoS opportunity. Bugfix on 0.2.1.7-alpha.
o Minor bugfixes:
- Let controllers actually ask for the "clients_seen" event. Bugfix