]> git.sesse.net Git - ffmpeg/commit
tools/target_dem_fuzzer: Limit max blocks
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 23 Oct 2020 16:54:51 +0000 (18:54 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 24 Oct 2020 20:38:55 +0000 (22:38 +0200)
commit6e64d89410c1833a240f4ff3ea47e8786ea49b79
tree3ff6ca17c183148f317e040783384e1a4eab3528
parentb990148d1e6dcfed7fc0a5d2d0d7f636fcf9896b
tools/target_dem_fuzzer: Limit max blocks

With a IO block size of 1 byte potentially megabytes are quite slow to read, thus
limit the number

Fixes: 26511/clusterfuzz-testcase-minimized-ffmpeg_dem_NUV_fuzzer-5679249073373184
Fixes: 26517/clusterfuzz-testcase-minimized-ffmpeg_dem_XMV_fuzzer-6316634501021696
Fixes: 26518/clusterfuzz-testcase-minimized-ffmpeg_dem_WSVQA_fuzzer-485568285324083
Fixes: 26525/clusterfuzz-testcase-minimized-ffmpeg_dem_MSNWC_TCP_fuzzer-5121987011411968
Fixes: 26538/clusterfuzz-testcase-minimized-ffmpeg_dem_DHAV_fuzzer-5441800598454272
Fixes: OOM
Fixes: Timeout
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tools/target_dem_fuzzer.c