commit 18f2bfb8c3328df4b001b963e8b5e2aa44b264fa Author: Nick Mathewson nickm@torproject.org Date: Mon Sep 29 09:50:27 2014 -0400
Note when 13290 was introduced. --- changes/bug13290-avoid-div-zero-circuitstatus-pareto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changes/bug13290-avoid-div-zero-circuitstatus-pareto b/changes/bug13290-avoid-div-zero-circuitstatus-pareto index 42b121f..cb175a7 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.