diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:15:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-11 13:15:17 -0400 |
commit | 24fbb9a81b19cc20df9a204d3203d1b914fb267d (patch) | |
tree | f04602b852cff7912ae14c1f28345cfa5a337944 /changes | |
parent | 28e1aa111803bc3548e00503ab56de5f3d41c7fc (diff) | |
parent | 4e94580591da579e53461aeedfb1340836427c02 (diff) | |
download | tor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.tar.gz tor-24fbb9a81b19cc20df9a204d3203d1b914fb267d.zip |
Merge branch 'maint-0.2.7' into maint-0.2.8
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. |