Skip to content

oss-fuzz: exit dav1d_fuzzer after ~22 seconds

Janne Grunau requested to merge janne/dav1d:oss-fuzz_timeout into master

oss-fuzz uses a timeout of 25 seconds during fuzzing. It sometimes hits this timeout with memory sanitizer. Instead of modifying the resolution limit stop processing a sample ~22 seconds. The decoder should have processed enough data in that time.

Merge request reports