소스 검색

Changes file for bug 11276.

The crypto_early_init() function could only be called at most twice,
and both of those were during startup.  AFAICT leaking the first set
of locks was the only non-idempotent thing.
Nick Mathewson 10 년 전
부모
커밋
a6afebd8de
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      changes/bug11276

+ 3 - 0
changes/bug11276

@@ -0,0 +1,3 @@
+  o Minor bugfixes:
+    - Don't re-initialize a second set of openssl mutexes when starting
+      up. Fixes bug 11726; bugfix on 0.2.5.3-alpha.