mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
|
o Minor bugfixes:
|
||
|
- Handle edge cases in the laplace functions:
|
||
|
* avoid division by zero
|
||
|
* avoid taking the log of zero
|
||
|
* silence clang type conversion warnings using round and trunc
|
||
|
- Add tests for laplace edge cases.
|
||
|
Related to HS stats in #13192.
|