tor

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

commit 50341bb5ba3e25b680b8b78b63debc8498112908
parent 4efbb5d2c1cedd2ad6e8bf55e365c84bc99f4d66
Author: George Kadianakis <desnacked@riseup.net>
Date:   Wed,  3 Apr 2019 17:55:41 +0300

Merge branch 'maint-0.4.0'

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

diff --git a/changes/bug29527 b/changes/bug29527 @@ -0,0 +1,5 @@ + o Minor features (circuit padding): + - Stop warning about undefined behavior in the probability distribution + tests. Float division by zero may technically be undefined behaviour in + C, but it's well-defined in IEEE 754. Partial backport of 29298. + Closes ticket 29527; bugfix on 0.4.0.1-alpha.