Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 9884568569feb559cea2496a3326259a53db0860 https://github.com/openssl/openssl/commit/9884568569feb559cea2496a3326259a53db0860 Author: Neil Horman <nhor...@openssl.org> Date: 2024-07-15 (Mon, 15 Jul 2024)
Changed paths: M test/evp_test.c Log Message: ----------- Fix coverity-1510058 coverity noted a recent change made a call to OSSL_PARAM_get_size_t without checking the return code, as is practice in all other call sites. Just add the check. Fixes openssl/private#551 Reviewed-by: Tomas Mraz <to...@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgr...@arm.com> Reviewed-by: Paul Dale <pa...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24860) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications