mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
5 lines
315 B
Text
5 lines
315 B
Text
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.
|