diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-07-03 12:01:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-03 12:01:37 -0400 |
commit | 15cd79f83232d8be84992f809cd1951939d1d5ee (patch) | |
tree | 286802643594e56c01353aa53a4e56c8896a4d77 /changes | |
parent | 81a5ee77ec6df66ca9a5044bdf127b11922e0dd9 (diff) | |
download | tor-15cd79f83232d8be84992f809cd1951939d1d5ee.tar.gz tor-15cd79f83232d8be84992f809cd1951939d1d5ee.zip |
FIx undefined behavior in dirvote.c
Fix a bug in the voting algorithm that could yield incorrect results
when a non-naming authority declared too many flags. Fixes bug 9200;
bugfix on 0.2.0.3-alpha.
Found by coverity scan.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9200 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9200 b/changes/bug9200 new file mode 100644 index 0000000000..7b64dd1744 --- /dev/null +++ b/changes/bug9200 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix a bug in the voting algorithm that could yield incorrect results + when a non-naming authority declared too many flags. Fixes bug 9200; + bugfix on 0.2.0.3-alpha. + |