]> 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:34:15 +0000 (10:34 +1000)
commitdc7e42c6a12637bae1660561d3f4cef039001475
tree44bc1435bbfd4ea4e44cc25e1e19b20eb0a8ca04
parent946bc0e3ec19ca019fcfa95f93c37f34e12fe0bd
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)
apps/lib/engine_loader.c