Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: Check STCO location

2020-01-30 Thread Michael Niedermayer
On Sat, Jan 11, 2020 at 02:27:22PM +0100, Michael Niedermayer wrote: > Fixes: bypassing of checks and assertion failure > Fixes: asan_1003879.mp4 > > Found-by: Clusterfuzz + asan > Reported-by: Thomas Guilbert > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c | 4 > 1 file cha

[FFmpeg-devel] [PATCH 1/2] avformat/mov: Check STCO location

2020-01-11 Thread Michael Niedermayer
Fixes: bypassing of checks and assertion failure Fixes: asan_1003879.mp4 Found-by: Clusterfuzz + asan Reported-by: Thomas Guilbert Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/mov.c b/libavformat/mov.c index 589576b