cisco / openh264

Open Source H.264 Codec
BSD 2-Clause "Simplified" License
5.52k stars 1.78k forks source link

Issue 66073: openh264:decoder_fuzzer: Timeout in decoder_fuzzer #3746

Open BenzhengZhang opened 5 months ago

BenzhengZhang commented 5 months ago

https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66073&q=label%3AProj-openh264&can=2

tyan0 commented 2 months ago

Isn't this issue simply due to the short timeout?

With latest oss-fuzz, the timeout seems to be 25 sec for the command: python3 infra/helper.py reproduce openh264 decoder_fuzzer clusterfuzz-testcase-minimized-decoder_fuzzer-6315387293597696

When I ran (without timeout): build/out/openh264/decoder_fuzzer clusterfuzz-testcase-minimized-decoder_fuzzer-6315387293597696 it takes 57 sec on my test environment and completed without errors.

https://google.github.io/oss-fuzz/advanced-topics/reproducing/#fuzz-target-bugs recommends -timeout=65, but the default timeout is 25 sec for some reason.