diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-23 15:59:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-23 15:59:51 -0400 |
commit | a6afebd8de8c291c5859f055eccc32448c8feb4a (patch) | |
tree | 704b400c4bfd5c49be7b01e917fafd197d31c26c /changes | |
parent | 6709a1f58d56f0f7e97d9fdc07e7dc8cae63a33a (diff) | |
download | tor-a6afebd8de8c291c5859f055eccc32448c8feb4a.tar.gz tor-a6afebd8de8c291c5859f055eccc32448c8feb4a.zip |
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/bug11276 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |