mpv/fuzzers
Kacper Michajłow b982027b64 fuzzer_options_parser: limit input size to 2048 bytes
To encourage fuzzing to mutate shorter test cases, avoid continuously
adding more elements into a single input.
2024-11-14 18:55:29 +01:00
..
common.h fuzzer_options_parser: add options parser fuzzing 2024-08-27 01:31:40 +02:00
fuzzer_json.c fuzzers/fuzzer_json: add simple fuzzing for our json code 2024-11-02 05:28:11 +01:00
fuzzer_load.c fuzzer: stop player after 5 seconds of playback 2024-07-17 22:17:52 +02:00
fuzzer_loadfile_direct.c fuzzer: stop player after 5 seconds of playback 2024-07-17 22:17:52 +02:00
fuzzer_options_parser.c fuzzer_options_parser: limit input size to 2048 bytes 2024-11-14 18:55:29 +01:00
fuzzer_set_property.c fuzzer_set_property: ensure idle is enabled 2024-08-04 21:33:36 +02:00
meson.build fuzzers/fuzzer_json: add simple fuzzing for our json code 2024-11-02 05:28:11 +01:00