Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 9884568569feb559cea2496a3326259a53db0860
https://github.com/openssl/openssl/commit/9884568569feb559cea2496a3326259a53db0860
Author: Neil Horman <[email protected]>
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 <[email protected]>
Reviewed-by: Tom Cosgrove <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(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