mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
6 lines
288 B
Plaintext
6 lines
288 B
Plaintext
o Minor bugfixes:
|
|
- In circuit_build_times_calculate_timeout() in circuitstats.c, avoid
|
|
dividing by zero in the pareto calculations. This traps under
|
|
clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error.
|
|
Fixes bug 13290; bugfix on tor-0.2.2.2-alpha.
|