diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-03-04 10:31:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-03-04 10:31:17 -0500 |
commit | 699bb803baba942c6bcd50542183b283fa191163 (patch) | |
tree | 4d583a73056c8cbc3856d9f26502ee3bcec5cd16 /changes | |
parent | e5a990fc5a5440b48e49029e937c852fc45f246b (diff) | |
download | tor-699bb803baba942c6bcd50542183b283fa191163.tar.gz tor-699bb803baba942c6bcd50542183b283fa191163.zip |
Fix a crash bug when testing reachability
Fixes bug 25415; bugfix on 0.3.3.2-alpha.
Diffstat (limited to 'changes')
-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. |