소스 검색

changes file for 21280

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

+ 5 - 0
changes/bug21280

@@ -0,0 +1,5 @@
+  o Minor bugfixes (tor-resolve):
+    - The tor-resolve command line tool now rejects hostnames over 255
+      characters in length. Previously, it would silently truncate
+      them, which could lead to bugs. Fixes bug 21280; bugfix on 0.0.9pre5.
+      Patch by "junglefowl".