diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-31 14:12:14 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-31 14:12:14 -0500 |
commit | a47c133c869db74024c9ab50801cd6b7553409e4 (patch) | |
tree | bf0f4dbbd545958a17fe86f8d84315a51477aae1 /changes/bug21108_029 | |
parent | 0d4d9b6d889de6dc85ca8870ada123aaf41b0053 (diff) | |
download | tor-a47c133c869db74024c9ab50801cd6b7553409e4.tar.gz tor-a47c133c869db74024c9ab50801cd6b7553409e4.zip |
Do not clear is_bad_exit on sybil.
But do clear is_v2_dir.
Fixes bug 21108 -- bugfix on d95e7c7d67134b9b964d49cf8c2bdbf805a in
0.2.0.13-alpha.
Diffstat (limited to 'changes/bug21108_029')
-rw-r--r-- | changes/bug21108_029 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug21108_029 b/changes/bug21108_029 new file mode 100644 index 0000000000..3a3f004fc6 --- /dev/null +++ b/changes/bug21108_029 @@ -0,0 +1,6 @@ + o Major bugfixes (directory authority): + - During voting, when marking a node as a probable sybil, do not + clear its BadExit flag: sybils can still be bad in other ways + too. (We still clear the other flags.) Fixes bug 21108; bugfix + on 0.2.0.13-alpha. + |