projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
b7326ea
)
NULL the thread_local_inits_st pointer after use
author
Matt Caswell
<matt@openssl.org>
Tue, 9 Feb 2016 23:09:44 +0000
(23:09 +0000)
committer
Matt Caswell
<matt@openssl.org>
Tue, 9 Feb 2016 23:29:31 +0000
(23:29 +0000)
After the final use of the thread_local_inits_st we should ensure it is
set to NULL, just in case OPENSSL_INIT_thread_stop gets called again and
it tries to use garbage.
Reviewed-by: Rich Salz <rsalz@openssl.org>
No differences found