mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
45bc5a0743
This helps avoid undefined behavior from casting big double values to int64_t. Fixes #14090.
5 lines
225 B
Plaintext
5 lines
225 B
Plaintext
o Minor bugfixes:
|
|
- Avoid undefined behavior when sampling huge values from the
|
|
Laplace distribution. This made unittests fail on Raspberry Pi.
|
|
Bug found by Device. Fixes bug 14090; bugfix on 0.2.6.2-alpha.
|