aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-03 12:01:37 -0400
committerNick Mathewson <nickm@torproject.org>2013-07-03 12:01:37 -0400
commit15cd79f83232d8be84992f809cd1951939d1d5ee (patch)
tree286802643594e56c01353aa53a4e56c8896a4d77 /changes
parent81a5ee77ec6df66ca9a5044bdf127b11922e0dd9 (diff)
downloadtor-15cd79f83232d8be84992f809cd1951939d1d5ee.tar
tor-15cd79f83232d8be84992f809cd1951939d1d5ee.tar.gz
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/bug92005
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9200 b/changes/bug9200
new file mode 100644
index 000000000..7b64dd174
--- /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.
+