From 15cd79f83232d8be84992f809cd1951939d1d5ee Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 3 Jul 2013 12:01:37 -0400 Subject: 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. --- changes/bug9200 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug9200 (limited to 'changes') 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. + -- cgit v1.2.3