diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:13:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:13:23 -0400 |
commit | 4e94580591da579e53461aeedfb1340836427c02 (patch) | |
tree | 99e285a1405f144fc7e52a69e4f5b2d7f7ce011a /changes | |
parent | 039fc8427a512efce87b7bd21c10c4adca4ba30d (diff) | |
parent | bf3e32a45288b64e5535e02f40bd2bcb93c8a520 (diff) | |
download | tor-4e94580591da579e53461aeedfb1340836427c02.tar.gz tor-4e94580591da579e53461aeedfb1340836427c02.zip |
Merge remote-tracking branch 'special/bug19032-027' into maint-0.2.7
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19032 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19032 b/changes/bug19032 new file mode 100644 index 0000000000..93f17c2f91 --- /dev/null +++ b/changes/bug19032 @@ -0,0 +1,4 @@ + o Major bugfixes (security, directory authorities): + - Fix a crash and out-of-bounds write during authority voting, when the + list of relays includes duplicate ed25519 identity keys. Fixes bug 19032; + bugfix on 0.2.8.2-alpha. |