Skip to content

oss-fuzz: exit dav1d_fuzzer after ~22 seconds

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

Loading