Re: [FFmpeg-devel] [PATCH] avcodec/vp3: Check eob_run

2018-02-10 Thread Michael Niedermayer
On Fri, Feb 09, 2018 at 01:56:39PM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 > Fixes: special case for theora (untested due to lack of sample) > > Found-by: continuous fuzzing process > https://github.com/google/os

[FFmpeg-devel] [PATCH] avcodec/vp3: Check eob_run

2018-02-09 Thread Michael Niedermayer
Fixes: out of array access Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 Fixes: special case for theora (untested due to lack of sample) Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libav

Re: [FFmpeg-devel] [PATCH] avcodec/vp3: Check eob_run

2018-02-09 Thread Michael Niedermayer
On Fri, Feb 09, 2018 at 04:41:44AM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Nieder

Re: [FFmpeg-devel] [PATCH] avcodec/vp3: Check eob_run

2018-02-09 Thread Paul B Mahol
On 2/9/18, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/vp3.c

[FFmpeg-devel] [PATCH] avcodec/vp3: Check eob_run

2018-02-08 Thread Michael Niedermayer
Fixes: out of array access Fixes: 5919/clusterfuzz-testcase-minimized-5859311382167552 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/vp3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git