[openssl/openssl] 988456: Fix coverity-1510058
Neil Horman
noreply at github.com
Mon Jul 15 00:11:56 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 9884568569feb559cea2496a3326259a53db0860
https://github.com/openssl/openssl/commit/9884568569feb559cea2496a3326259a53db0860
Author: Neil Horman <nhorman at 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 <tomas at openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove at arm.com>
Reviewed-by: Paul Dale <pauli at 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
More information about the openssl-commits
mailing list