diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-29 09:50:27 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-29 09:50:27 -0400 |
commit | 18f2bfb8c3328df4b001b963e8b5e2aa44b264fa (patch) | |
tree | 048c6813a2776c5b1a36452c6edc6a59903d4764 /changes | |
parent | 2b1b1def46395de573902169404238d38ce3070e (diff) | |
download | tor-18f2bfb8c3328df4b001b963e8b5e2aa44b264fa.tar.gz tor-18f2bfb8c3328df4b001b963e8b5e2aa44b264fa.zip |
Note when 13290 was introduced.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13290-avoid-div-zero-circuitstatus-pareto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changes/bug13290-avoid-div-zero-circuitstatus-pareto b/changes/bug13290-avoid-div-zero-circuitstatus-pareto index 42b121f9dd..cb175a7292 100644 --- a/changes/bug13290-avoid-div-zero-circuitstatus-pareto +++ b/changes/bug13290-avoid-div-zero-circuitstatus-pareto @@ -2,4 +2,4 @@ - 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. + Fixes bug 13290; bugfix on tor-0.2.2.2-alpha. |