diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-07 12:38:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-07 12:40:05 -0400 |
commit | c8a0cceae279eb2b27c51a358e00942a9967ca77 (patch) | |
tree | 49d9308a7968be6ae2878a03736f94473f21086c /changes | |
parent | 66dbbc29600992375c8fb2d18a90831e305106b0 (diff) | |
download | tor-c8a0cceae279eb2b27c51a358e00942a9967ca77.tar tor-c8a0cceae279eb2b27c51a358e00942a9967ca77.tar.gz |
Check more thoroughly for dups when parsing networkstatus parameters
See changes file for details.
Partial fix for bug 5786; fix on 0.2.2.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5786_nodups | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug5786_nodups b/changes/bug5786_nodups new file mode 100644 index 000000000..795b668a8 --- /dev/null +++ b/changes/bug5786_nodups @@ -0,0 +1,7 @@ + o Major bugfixes (directory authority): + - Check more thoroughly to prevent a rogue authority from + double-voting on any consensus directory parameter. Previously, + authorities would crash in this case if the total number of votes + for any parameter exceeded the number of active voters, but would + let it pass otherwise. Partial fix for bug 5786; bugfix on + 0.2.2.2-alpha. |