Re: [FFmpeg-devel] [PATCH 3/6] avformat/vividas: Check buffer size before allocation

2019-08-03 Thread Michael Niedermayer
On Sat, Jul 13, 2019 at 10:25:03PM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 15365/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5716153105645568 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Sig

[FFmpeg-devel] [PATCH 3/6] avformat/vividas: Check buffer size before allocation

2019-07-13 Thread Michael Niedermayer
Fixes: out of array access Fixes: 15365/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5716153105645568 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/vividas.c | 3 +++ 1 file changed