tools/target_dem_fuzzer: do not exit on io_buffer allocation failure
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 30 May 2026 17:48:14 +0000 (19:48 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 13 Jun 2026 17:32:06 +0000 (19:32 +0200)
commitbe072a10f41607dc3416970f50ffae11f8efb2a1
tree2aa9986782d0039abe2b36fb4a2ac866a4edc0e2
parentc3e3b094a4d3b0e23170b97968c5afa247dd88a8
tools/target_dem_fuzzer: do not exit on io_buffer allocation failure

Failure to allocate a randomly sized buffer should not count as a anomaly in the fuzzer
there is nothing to fix in that case

Fixes: 490112574/clusterfuzz-testcase-minimized-ffmpeg_dem_TMV_fuzzer-6600485921685504
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 2cce6ad03062b4cb10298513353ce55576ba7712)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tools/target_dem_fuzzer.c