]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note when 13290 was introduced.
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Sep 2014 13:50:27 +0000 (09:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Sep 2014 13:50:27 +0000 (09:50 -0400)
changes/bug13290-avoid-div-zero-circuitstatus-pareto

index 42b121f9dd60b800ad98ea3c19e9bc2454e99009..cb175a7292460889e7d0544b2e7edb6d8abd73cd 100644 (file)
@@ -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.