From 80ad15921cef42ac12da356584f217d2ead5cb09 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Sep 2018 11:50:46 -0400 Subject: 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. --- changes/bug27741 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/bug27741 (limited to 'changes/bug27741') 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. -- cgit v1.2.3-54-g00ecf