Re: [FFmpeg-devel] [PATCH 2/4] avformat/mov: Check if hoov is at the end

2020-12-19 Thread Michael Niedermayer
On Mon, Oct 26, 2020 at 12:00:57AM +0100, Michael Niedermayer wrote: > Fixes: Timeout, probably infinite loop > Fixes: > 26559/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5391165484171264 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/

[FFmpeg-devel] [PATCH 2/4] avformat/mov: Check if hoov is at the end

2020-10-25 Thread Michael Niedermayer
Fixes: Timeout, probably infinite loop Fixes: 26559/clusterfuzz-testcase-minimized-ffmpeg_dem_MOV_fuzzer-5391165484171264 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 2 ++ 1 file