Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 4f4942a133bd57c4940fb1bc6ed7c8b67da4d8f0
https://github.openssl.org/openssl/openssl/commit/4f4942a133bd57c4940fb1bc6ed7c8b67da4d8f0
Author: Jiasheng Jiang <[email protected]>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M test/ssl_old_test.c
Log Message:
-----------
test/ssl_old_test.c: Add check for OPENSSL_zalloc
As the potential failure of the OPENSSL_zalloc(),
it should be better to add the check and return
error if fails.
Signed-off-by: Jiasheng Jiang <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Paul Yang <[email protected]>
Reviewed-by: Todd Short <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18552)