]> 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:49:25 +0000 (16:49 +0000)
commit878d31954738369c35cbafbaa65e9201e9fc6d4b
treedaba294039d55f976d96c68be2c3a6bc4607b03a
parent88038f5aec58b138d45f33a745b732e6510eba33
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)

(cherry picked from commit 4a6f70c03182b421d326831532edca32bcdb3fb1)
fuzz/asn1.c