summaryrefslogtreecommitdiff
path: root/changes/bug25415
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-04 10:31:17 -0500
committerNick Mathewson <nickm@torproject.org>2018-05-22 08:35:37 -0400
commit3d126632430fe60e7ced72bf82cd2c16f297297e (patch)
tree7fdf020daa20f5a91a04b0255e21cf9c84ce96fa /changes/bug25415
parent3c4353179f2304767f5084734a7d1550f51f4542 (diff)
downloadtor-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/bug254154
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.