diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-02-09 03:13:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-02-09 03:13:02 +0000 |
commit | 2ebdf91a523348aad3eae7dc565510260a374ef4 (patch) | |
tree | cf40fef61189e32ca21028cb6f65eda5e5b0e5aa /ChangeLog | |
parent | 2756824087a678c9a143fc6f50ffb65ff20f4e50 (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |