From: Nick Mathewson Date: Sun, 23 Mar 2014 19:59:51 +0000 (-0400) Subject: Changes file for bug 11276. X-Git-Tag: tor-0.2.5.4-alpha~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6afebd8de8c291c5859f055eccc32448c8feb4a;p=thirdparty%2Ftor.git 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. --- diff --git a/changes/bug11276 b/changes/bug11276 new file mode 100644 index 0000000000..be37534351 --- /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.