]> git.ipfire.org Git - thirdparty/openssl.git/commit
Don't print excessively long ASN1 items in fuzzer
authorMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2024 15:11:26 +0000 (15:11 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 21 Feb 2024 16:45:33 +0000 (16:45 +0000)
commit4a6f70c03182b421d326831532edca32bcdb3fb1
tree4b9e63224a53d81c582092fb6dac97c2541ff8b8
parentffc853bcb5f431d57b8a24dd062ff76d52891e63
Don't print excessively long ASN1 items in fuzzer

Prevent spurious fuzzer timeouts by not printing ASN1 which is excessively
long.

This fixes a false positive encountered by OSS-Fuzz.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/23640)
fuzz/asn1.c