]> git.ipfire.org Git - thirdparty/openssl.git/commit
Check returns of various sk_*_push functions
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Sat, 21 Dec 2024 14:15:11 +0000 (15:15 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 Jan 2025 10:11:00 +0000 (11:11 +0100)
commitc626fda8a66a203d9f1435c34fcd3f7bda89d068
treefe5219f4edf21176b559b96230cc68e9da0986e9
parent3ffa64cd4566cb2d14f6b871e02460f54e1d4da1
Check returns of various sk_*_push functions

Check returns of sk_POLICY_MAPPING_push, sk_GENERAL_NAME_push,
sk_ACCESS_DESCRIPTION_push, sk_X509_push, sk_X509_NAME_push,
sk_OPENSSL_CSTRING_push, sk_SCT_push, sk_DIST_POINT_push,
sk_OSSL_CMP_CRLSTATUS_push, sk_ASN1_UTF8STRING_push and
sk_ASN1_OBJECT_push and handle appropriately.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26240)
apps/crl2pkcs7.c
apps/engine.c
apps/lib/names.c
apps/x509.c
crypto/conf/conf_lib.c
crypto/ocsp/ocsp_ext.c
engines/e_capi.c
fuzz/x509.c
test/cmp_client_test.c
test/ct_test.c
test/v3nametest.c