]> git.ipfire.org Git - thirdparty/openssl.git/commit
s_cb.c: Add missing return value checks
authorMrRurikov <96385824+MrRurikov@users.noreply.github.com>
Wed, 21 Feb 2024 08:11:34 +0000 (11:11 +0300)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 Feb 2024 11:44:16 +0000 (12:44 +0100)
commit6f794b461c6e16c8afb996ee190e084cbbddb6b8
treea39d010280f0c855b00fa3ebeee078e7cd157ea6
parentd3457f990c6acedf54a40e3ef9ada9d5904c66ef
s_cb.c: Add missing return value checks

Return value of function 'SSL_CTX_ctrl', that is called from
SSL_CTX_set1_verify_cert_store() and SSL_CTX_set1_chain_cert_store(),
is not checked, but it is usually checked for this function.

CLA: trivial

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23647)
apps/lib/s_cb.c