]> git.ipfire.org Git - thirdparty/openssl.git/commit
check the return value of OPENSSL_strdup to prevent potential memory access error
authorx2018 <xkernel.wang@foxmail.com>
Tue, 23 Nov 2021 11:25:43 +0000 (19:25 +0800)
committerPauli <ppzgs1@gmail.com>
Thu, 25 Nov 2021 00:35:37 +0000 (10:35 +1000)
commitea4d670a094a2b5daa13ad13db247653a224a17d
treeaede73649c957967dcfe86d0121d51f238326ad0
parentf838730d15b6942d3fc401f73715c8789d05b385
check the return value of OPENSSL_strdup to prevent potential memory access error

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17110)

(cherry picked from commit dc7e42c6a12637bae1660561d3f4cef039001475)
apps/lib/engine_loader.c