Re: [FFmpeg-devel] [PATCH 1/4] avformat/iff: Check size before skip

2020-11-21 Thread Michael Niedermayer
On Sat, Nov 14, 2020 at 11:26:25PM +0100, Michael Niedermayer wrote: > Fixes: Infinite loop > Fixes: > 27292/clusterfuzz-testcase-minimized-ffmpeg_dem_IFF_fuzzer-5731168991051776 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-of

[FFmpeg-devel] [PATCH 1/4] avformat/iff: Check size before skip

2020-11-14 Thread Michael Niedermayer
Fixes: Infinite loop Fixes: 27292/clusterfuzz-testcase-minimized-ffmpeg_dem_IFF_fuzzer-5731168991051776 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/iff.c | 3 +++ 1 file changed, 3 insert