Re: [FFmpeg-devel] [PATCH] avcodec/agm: Check that there is available input in read_code() before reading it

2019-04-02 Thread Michael Niedermayer
On Tue, Apr 02, 2019 at 09:19:26PM +0200, Paul B Mahol wrote: > On 4/2/19, Michael Niedermayer wrote: > > Fixes: out of array access > > Fixes: > > 13997/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5701427252428800 > > > > Found-by: continuous fuzzing process > > https://github.co

Re: [FFmpeg-devel] [PATCH] avcodec/agm: Check that there is available input in read_code() before reading it

2019-04-02 Thread Paul B Mahol
On 4/2/19, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: > 13997/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5701427252428800 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > Signed-off-by: Michael Niede

[FFmpeg-devel] [PATCH] avcodec/agm: Check that there is available input in read_code() before reading it

2019-04-02 Thread Michael Niedermayer
Fixes: out of array access Fixes: 13997/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AGM_fuzzer-5701427252428800 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer --- libavcodec/agm.c | 3 +++ 1 file chan