summaryrefslogtreecommitdiff
path: root/changes/bug27741
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-17 11:50:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-17 11:57:56 -0400
commit80ad15921cef42ac12da356584f217d2ead5cb09 (patch)
tree10b3ec213d867374b92a0935b043feec73602c96 /changes/bug27741
parenta546e07600151be275e6134407c2bcb833a3dd97 (diff)
downloadtor-80ad15921cef42ac12da356584f217d2ead5cb09.tar.gz
tor-80ad15921cef42ac12da356584f217d2ead5cb09.zip
Remove extraneous argument from Rust protover_compute_vote()
This argument was added to match an older idea for the C api, but we decided not to do it that way in C. Fixes bug 27741; bugfix on 0.3.3.6 / TROVE-2018-005 fix.
Diffstat (limited to 'changes/bug27741')
-rw-r--r--changes/bug277415
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.