Sfoglia il codice sorgente

Note when 13290 was introduced.

Nick Mathewson 10 anni fa
parent
commit
18f2bfb8c3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      changes/bug13290-avoid-div-zero-circuitstatus-pareto

+ 1 - 1
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.