[tor-commits] [tor/master] Changes file for bug 11276.
nickm at torproject.org
nickm at torproject.org
Sun Mar 23 20:00:38 UTC 2014
commit a6afebd8de8c291c5859f055eccc32448c8feb4a
Author: Nick Mathewson <nickm at torproject.org>
Date: Sun Mar 23 15:59:51 2014 -0400
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.
---
changes/bug11276 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/changes/bug11276 b/changes/bug11276
new file mode 100644
index 0000000..be37534
--- /dev/null
+++ b/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.
More information about the tor-commits
mailing list