Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: b147b9daf17744d529f23b5da40397a6071a88aa
https://github.openssl.org/openssl/openssl/commit/b147b9daf17744d529f23b5da40397a6071a88aa
Author: Jiasheng Jiang <[email protected]>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M test/v3nametest.c
Log Message:
-----------
test/v3nametest.c: Add check for OPENSSL_malloc
As the potential failure of the OPENSSL_malloc(),
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 Dale <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18573)