store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()
Add the checks for the return value of EVP_MD_CTX_get_size() before explicitly cast them to size_t to avoid the integer overflow. Fixes: fac8673b ("STORE: Add the possibility to search for specific information") Signed-off-by:Jiasheng Jiang <jiasheng@purdue.edu> Reviewed-by:
Tomas Mraz <tomas@openssl.org> Reviewed-by:
Todd Short <todd.short@me.com> Reviewed-by:
Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23955)
Loading
Please register or sign in to comment