]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 11276.
authorNick Mathewson <nickm@torproject.org>
Sun, 23 Mar 2014 19:59:51 +0000 (15:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 23 Mar 2014 19:59:51 +0000 (15:59 -0400)
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.

changes/bug11276 [new file with mode: 0644]

diff --git a/changes/bug11276 b/changes/bug11276
new file mode 100644 (file)
index 0000000..be37534
--- /dev/null
@@ -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.