Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-31 Thread Michael Niedermayer
On Fri, May 31, 2019 at 06:47:47PM +0200, Paul B Mahol wrote: > On 5/31/19, Michael Niedermayer wrote: > > On Fri, May 31, 2019 at 02:12:10PM +0200, Paul B Mahol wrote: > >> On 5/31/19, Michael Niedermayer wrote: > >> > On Thu, May 30, 2019 at 11:28:35AM +0200, Paul B Mahol wrote: > >> >> On

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-31 Thread Paul B Mahol
On 5/31/19, Michael Niedermayer wrote: > On Fri, May 31, 2019 at 02:12:10PM +0200, Paul B Mahol wrote: >> On 5/31/19, Michael Niedermayer wrote: >> > On Thu, May 30, 2019 at 11:28:35AM +0200, Paul B Mahol wrote: >> >> On 5/29/19, Michael Niedermayer wrote: >> >> > Improves: Timeout (355sec ->

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-31 Thread Michael Niedermayer
On Fri, May 31, 2019 at 02:12:10PM +0200, Paul B Mahol wrote: > On 5/31/19, Michael Niedermayer wrote: > > On Thu, May 30, 2019 at 11:28:35AM +0200, Paul B Mahol wrote: > >> On 5/29/19, Michael Niedermayer wrote: > >> > Improves: Timeout (355sec -> 97sec) > >> > Improves: > >> >

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-31 Thread Paul B Mahol
On 5/31/19, Michael Niedermayer wrote: > On Thu, May 30, 2019 at 11:28:35AM +0200, Paul B Mahol wrote: >> On 5/29/19, Michael Niedermayer wrote: >> > Improves: Timeout (355sec -> 97sec) >> > Improves: >> > 14709/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5704215281795072 >> >

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-31 Thread Michael Niedermayer
On Thu, May 30, 2019 at 11:28:35AM +0200, Paul B Mahol wrote: > On 5/29/19, Michael Niedermayer wrote: > > Improves: Timeout (355sec -> 97sec) > > Improves: > > 14709/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5704215281795072 > > > > Found-by: continuous fuzzing process > >

Re: [FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-30 Thread Paul B Mahol
On 5/29/19, Michael Niedermayer wrote: > Improves: Timeout (355sec -> 97sec) > Improves: > 14709/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5704215281795072 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg > --- >

[FFmpeg-devel] [PATCH] avcodec/gdv: Check remaining output after decode 5/6/8/

2019-05-29 Thread Michael Niedermayer
Improves: Timeout (355sec -> 97sec) Improves: 14709/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer-5704215281795072 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg --- libavcodec/gdv.c | 7 ++- 1 file changed, 6