diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:35:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-10-30 09:35:11 -0400 |
commit | 6ba7f9f0a42ff2a55b2e66998b4ebf55c90b2787 (patch) | |
tree | 6a09c82b0d370cc1535086b5434dc0f5b5aa7d82 /changes | |
parent | 30d853a9067e866312e475f42fb6063718591af8 (diff) | |
parent | 3a05b5acdc4a40eae6016ab94067bf5dde92e5fe (diff) | |
download | tor-6ba7f9f0a42ff2a55b2e66998b4ebf55c90b2787.tar.gz tor-6ba7f9f0a42ff2a55b2e66998b4ebf55c90b2787.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27741 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27741 b/changes/bug27741 new file mode 100644 index 0000000000..531e264b63 --- /dev/null +++ b/changes/bug27741 @@ -0,0 +1,5 @@ + o Minor bugfixes (rust, directory authority): + - Fix an API mismatch in the rust implementation of + protover_compute_vote(). This bug could have caused crashes on any + directory authorities running Tor with Rust (which we do not yet + recommend). Fixes bug 27741; bugfix on 0.3.3.6. |