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.
This commit is contained in:
Nick Mathewson
2012-05-07 12:38:28 -04:00
parent 66dbbc2960
commit c8a0cceae2
3 changed files with 26 additions and 2 deletions
+7
View File
@@ -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.