diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-04 10:31:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-22 08:35:37 -0400 |
commit | 3d126632430fe60e7ced72bf82cd2c16f297297e (patch) | |
tree | 7fdf020daa20f5a91a04b0255e21cf9c84ce96fa /changes/bug25415 | |
parent | 3c4353179f2304767f5084734a7d1550f51f4542 (diff) | |
download | tor-3d126632430fe60e7ced72bf82cd2c16f297297e.tar.gz tor-3d126632430fe60e7ced72bf82cd2c16f297297e.zip |
Fix a crash bug when testing reachability
Fixes bug 25415; bugfix on 0.3.3.2-alpha.
Diffstat (limited to 'changes/bug25415')
-rw-r--r-- | changes/bug25415 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug25415 b/changes/bug25415 new file mode 100644 index 0000000000..ec851aee8d --- /dev/null +++ b/changes/bug25415 @@ -0,0 +1,4 @@ + o Major bugfixes (directory authority): + - Avoid a crash when testing router reachability on a router that could + have an ed25519 ID, but which does not. Fixes bug 25415; bugfix on + 0.3.3.2-alpha. |