소스 검색

Note when 13290 was introduced.

Nick Mathewson 11 년 전
부모
커밋
18f2bfb8c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.