소스 검색

changes file for removing compare-by-subtraction pattern

Nick Mathewson 7 년 전
부모
커밋
9f71fde146
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      changes/bug21278_extras

+ 3 - 0
changes/bug21278_extras

@@ -0,0 +1,3 @@
+  o Minor bugfixes (code correctness):
+    - Repair a couple of (unreachable or harmless) cases of the risky
+      comparison-by-subtraction pattern that caused bug 21278.