Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 1cb35ce06a968dc82e7cd9502ecce8e89eca9580
https://github.openssl.org/openssl/openssl/commit/1cb35ce06a968dc82e7cd9502ecce8e89eca9580
Author: Jiasheng Jiang <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M fuzz/asn1.c
Log Message:
-----------
fuzz/asn1.c: Add check for ASN1_item_i2d
As the potential failure of the ASN1_item_i2d,
it should be better to check the return value.
Signed-off-by: Jiasheng Jiang <[email protected]>
Reviewed-by: Shane Lontis <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18647)