소스 검색

Revise bug4413 changes file

Nick Mathewson 13 년 전
부모
커밋
489db38229
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      changes/bug4413

+ 5 - 2
changes/bug4413

@@ -1,2 +1,5 @@
-Minor bugfixes:
-    - Check for a potential, however unlikely, integer overflow. Fixes bug 4413; Bugfix on 0.2.3.9-alpha.
+  o Minor bugfixes:
+    - Fix our implementation of crypto_random_hostname() so it can't
+      overflow on ridiculously large inputs. (No Tor version has ever
+      provided this kind of bad inputs, but let's be correct in depth.)
+      Fixes bug 4413; bugfix on 0.2.2.9-alpha. Fix by Stephen Palmateer.