소스 검색

Merge branch 'maint-0.2.4' into maint-0.2.5

Roger Dingledine 11 년 전
부모
커밋
1ed77ff724
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/bug12227

+ 5 - 0
changes/bug12227

@@ -0,0 +1,5 @@
+  o Minor bugfixes:
+    - Avoid an illegal read from stack when initializing the TLS
+      module using a version of OpenSSL without all of the ciphers
+      used by the v2 link handshake. Fixes bug 12227; bugfix on
+      0.2.4.8-alpha.  Found by "starlight".