Re: [FFmpeg-devel] [PATCH] avformat/vividas: check length in read_vblock()

2019-06-25 Thread Michael Niedermayer
On Wed, Jun 12, 2019 at 03:23:59PM +0200, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 15166/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5731062396747776 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Sig

[FFmpeg-devel] [PATCH] avformat/vividas: check length in read_vblock()

2019-06-12 Thread Michael Niedermayer
Fixes: out of array access Fixes: 15166/clusterfuzz-testcase-minimized-ffmpeg_DEMUXER_fuzzer-5731062396747776 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavformat/vividas.c | 2 +- 1 file changed,