Re: [FFmpeg-devel] [PATCH] avcodec/fic: Check available input space for cursor

2018-05-16 Thread Michael Niedermayer
On Sun, May 06, 2018 at 12:47:25AM +0200, Michael Niedermayer wrote: > On Sat, May 05, 2018 at 11:12:06PM +0200, Paul B Mahol wrote: > > On 5/5/18, wm4 wrote: > > > On Sat, 5 May 2018 22:47:37 +0200 > > > Michael Niedermayer wrote: > > > > > >>

Re: [FFmpeg-devel] [PATCH] avcodec/fic: Check available input space for cursor

2018-05-05 Thread Michael Niedermayer
On Sat, May 05, 2018 at 11:12:06PM +0200, Paul B Mahol wrote: > On 5/5/18, wm4 wrote: > > On Sat, 5 May 2018 22:47:37 +0200 > > Michael Niedermayer wrote: > > > >> Fixes: out of array read > >> Fixes: > >>

Re: [FFmpeg-devel] [PATCH] avcodec/fic: Check available input space for cursor

2018-05-05 Thread Paul B Mahol
On 5/5/18, wm4 wrote: > On Sat, 5 May 2018 22:47:37 +0200 > Michael Niedermayer wrote: > >> Fixes: out of array read >> Fixes: >> 6546/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer-6317064647081984 >> >> Found-by: continuous fuzzing

Re: [FFmpeg-devel] [PATCH] avcodec/fic: Check available input space for cursor

2018-05-05 Thread wm4
On Sat, 5 May 2018 22:47:37 +0200 Michael Niedermayer wrote: > Fixes: out of array read > Fixes: > 6546/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer-6317064647081984 > > Found-by: continuous fuzzing process >

[FFmpeg-devel] [PATCH] avcodec/fic: Check available input space for cursor

2018-05-05 Thread Michael Niedermayer
Fixes: out of array read Fixes: 6546/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer-6317064647081984 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer ---