Re: [FFmpeg-devel] [PATCH 5/7] avformat/dsfdec: Check block_align more completely

2020-12-06 Thread Michael Niedermayer
On Fri, Nov 06, 2020 at 12:11:08AM +0100, Michael Niedermayer wrote: > Fixes: infinite loop > Fixes: > 26865/clusterfuzz-testcase-minimized-ffmpeg_dem_DSF_fuzzer-5649473830912000 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-of

[FFmpeg-devel] [PATCH 5/7] avformat/dsfdec: Check block_align more completely

2020-11-05 Thread Michael Niedermayer
Fixes: infinite loop Fixes: 26865/clusterfuzz-testcase-minimized-ffmpeg_dem_DSF_fuzzer-5649473830912000 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/dsfdec.c | 4 ++-- 1 file changed, 2 in