diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-22 08:54:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-22 08:54:17 -0400 |
commit | 6c35ad08cf36d36a5e2ff888cb7dc8c8df5efe10 (patch) | |
tree | a4651335f65dfcc37418332f5571ff5af15a24b9 /changes/bug26158 | |
parent | d3a972561aeb38d7b346be1826054c60bf3adfaa (diff) | |
download | tor-6c35ad08cf36d36a5e2ff888cb7dc8c8df5efe10.tar.gz tor-6c35ad08cf36d36a5e2ff888cb7dc8c8df5efe10.zip |
Add a missing "return -1" when checking for Ed25519 ID loops
Fixes bug 26158; bugfix on 0.3.0.1-alpha.
Diffstat (limited to 'changes/bug26158')
-rw-r--r-- | changes/bug26158 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26158 b/changes/bug26158 new file mode 100644 index 0000000000..5ae1c30600 --- /dev/null +++ b/changes/bug26158 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - Relays now correctly block attempts to re-extend to the previous + relay by Ed25519 identity. Previously they would warn in this case, + but not actually reject the attempt. Fixes bug 26158; bugfix on + 0.3.0.1-alpha. |