diff options
Diffstat (limited to 'changes/bug5786_nodups')
-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 0000000000..795b668a89 --- /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. |