aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-23 15:59:51 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-23 15:59:51 -0400
commita6afebd8de8c291c5859f055eccc32448c8feb4a (patch)
tree704b400c4bfd5c49be7b01e917fafd197d31c26c /changes
parent6709a1f58d56f0f7e97d9fdc07e7dc8cae63a33a (diff)
downloadtor-a6afebd8de8c291c5859f055eccc32448c8feb4a.tar
tor-a6afebd8de8c291c5859f055eccc32448c8feb4a.tar.gz
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug112763
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug11276 b/changes/bug11276
new file mode 100644
index 000000000..be3753435
--- /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.