tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ee1cc0feaef6a13f3edf47a42b0c8e5a07603f9c
parent 262b0fe7a00f9f13980c408b975f08fcdc8ec117
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 30 Oct 2018 08:45:35 -0400

Add a changes file for Alex Crichton's rust fixes.

Diffstat:
Achanges/rust_asan | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/rust_asan b/changes/rust_asan @@ -0,0 +1,8 @@ + o Major bugfixes (compilation, rust): + - Rust tests can now build and run successfully with the + --enable-fragile-hardening option enabled. + Doing this currently requires the rust beta channel; it will + be possible with stable rust as of rust version 1.31 is out. + Patch from Alex Crichton. + Fixes bugs 27272, 27273, and 27274. + Bugfix on 0.3.1.1-alpha.