Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 939dd479ac2c819da6cee21d00a21bfdb28d6eb2 https://github.com/openssl/openssl/commit/939dd479ac2c819da6cee21d00a21bfdb28d6eb2 Author: Matt Caswell <m...@openssl.org> Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths: M fuzz/quic-lcidm.c Log Message: ----------- 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 <nhor...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24831) To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications