]> git.ipfire.org Git - thirdparty/openssl.git/commit
Limit the number of commands that can be used in the quic-lcidm fuzzer
authorMatt Caswell <matt@openssl.org>
Tue, 9 Jul 2024 15:52:12 +0000 (16:52 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 11 Jul 2024 18:17:11 +0000 (14:17 -0400)
commit939dd479ac2c819da6cee21d00a21bfdb28d6eb2
tree9ce16ab74f31a5abad61930b80de98d91615fd62
parentc86d37cec919caf6ca71d093cff3e05ade1212fe
Limit the number of commands that can be used in the quic-lcidm fuzzer

The fuzzer was reporting a spurious timeout due to excessive numbers of
commands in a single file. We limit the number of commands to avoid this.

Found by OSSFuzz

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24831)
fuzz/quic-lcidm.c