commit cfcf6de1a83ebb192374836a8c35a317fc2894e1
parent 78a8827fd4d4c814e63a8670cf88453f1586f4c5
Author: teor <teor@torproject.org>
Date: Wed, 20 Mar 2019 18:07:00 +1000
Changes file for bug 29527
The previous commit introduces these changes:
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.
Diffstat:
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.