From: Nick Mathewson Date: Mon, 29 Sep 2014 13:50:27 +0000 (-0400) Subject: Note when 13290 was introduced. X-Git-Tag: tor-0.2.6.1-alpha~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18f2bfb8c3328df4b001b963e8b5e2aa44b264fa;p=thirdparty%2Ftor.git Note when 13290 was introduced. --- 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.