]> git.ipfire.org Git - thirdparty/openssl.git/commit
prevent endless recursion when trace API is used within OPENSSL_init_crypto()
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Sat, 10 Aug 2019 14:51:12 +0000 (16:51 +0200)
committerPaul Yang <kaishen.yy@antfin.com>
Tue, 20 Aug 2019 03:16:41 +0000 (11:16 +0800)
commitcf0932cdd94f067ed18ce78bea038d919f69038f
treef6bc014904f5dc9e4b90d973b3c213dc1df85638
parentc85d5e025797f4e77c2166150bbf8745e9d00696
prevent endless recursion when trace API is used within OPENSSL_init_crypto()

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from https://github.com/openssl/openssl/pull/9567)
crypto/include/internal/cryptlib_int.h
crypto/init.c
crypto/trace.c [changed mode: 0644->0755]