]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove unnecessary sk_GENERAL_NAME_free() calls on NULL
authorNiels Dossche <niels.dossche@ugent.be>
Tue, 5 Nov 2024 15:14:40 +0000 (16:14 +0100)
committerNiels Dossche <niels.dossche@ugent.be>
Tue, 5 Nov 2024 15:14:40 +0000 (16:14 +0100)
commit83b62d41b2b96a71051a2f46f6e97769b3b0d5da
tree5834ecd6746c8028dba9a86cad40505e5b52c1da
parente899361b982651dfa2316e06e56637bc21624ce2
Remove unnecessary sk_GENERAL_NAME_free() calls on NULL

There are several calls to sk_GENERAL_NAME_free() where the argument is
actually NULL, there are not necessary.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25877)
crypto/x509/v3_san.c