0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/fuzzers
Kacper Michajłow ed77616f29 fuzzer: stop player after 5 seconds of playback
Timeouts can happen with various conditions, big, slow to decode files
is one of them. Most of the time those timeouts are not really important
to "fix". While they may show some issues like we currently have with
audio EOF #14427 for ao-null-untimed. Most of the reports are completely
not important and we should focus on other topics.

Ignore the timeouts during file playback, note that this will still
report any timeouts that happen in other conditions.

5 seconds of playback should cover most of interesting mpv code, even
for strange samples.

This will likely be reverted at some point in the future, but let first
stabilize the OSS-Fuzz, without dozens of bogus timeouts.
2024-07-17 22:17:52 +02:00
..
common.h fuzzer: stop player after 5 seconds of playback 2024-07-17 22:17:52 +02: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_set_property.c fuzzer: stop player after 5 seconds of playback 2024-07-17 22:17:52 +02:00
meson.build meson: add fuzzers alias for all fuzzer targets 2024-06-24 17:36:53 +02:00