diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-13 21:47:55 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-09-14 22:06:21 +0200 |
commit | c1a6fb42ac08ab7ab729edca1837401d0f117fd1 (patch) | |
tree | f978a0fba54e4ed2420ac6e417cbfdfda5aaf972 /ChangeLog | |
parent | 3de5ac9baa7dc12f5bc441d75a8be48995e0f3a8 (diff) | |
download | tor-c1a6fb42ac08ab7ab729edca1837401d0f117fd1.tar.gz tor-c1a6fb42ac08ab7ab729edca1837401d0f117fd1.zip |
Fix a spec conformance issue when parsing a ns vote
A vote may only contain exactly one signature. Make sure we reject
votes that violate this.
Problem found by Rotor, who also helped writing the patch. Thanks!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Changes in version 0.2.2.2-alpha - 2009-09-?? Found by Matt Edman. Bugfix on 0.2.0.16-alpha. - Fix parsing for memory or time units given without a space between the number and the unit. Bugfix on 0.2.2.1-alpha; fixes bug 1076. + - A networkstatus vote must contain exactly one signature. Spec + conformance issue. Bugfix on 0.2.0.3-alpha. Changes in version 0.2.2.1-alpha - 2009-08-26 |