]> git.ipfire.org Git - thirdparty/openssl.git/commit
Pass functions with correct signatures to the evp_generic_fetch_xxx methods
authorFrederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Sat, 4 Jan 2025 18:27:37 +0000 (19:27 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 7 Jan 2025 20:24:13 +0000 (21:24 +0100)
commit3ffa64cd4566cb2d14f6b871e02460f54e1d4da1
treedc4b7a6bdaaaeb6f30486e7d964a5c5185033bac
parent0f665e87c7082d358e6ad709d048595f8df85fc2
Pass functions with correct signatures to the evp_generic_fetch_xxx methods

UBSan complains about functions being called with incorrect signatures.
Relates to #22896

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26318)
crypto/encode_decode/decoder_meth.c
crypto/encode_decode/encoder_meth.c
crypto/evp/asymcipher.c
crypto/evp/exchange.c
crypto/evp/kem.c
crypto/evp/keymgmt_meth.c
crypto/evp/signature.c