Re: [FFmpeg-devel] [PATCH 2/2] avcodec/webp: Fixes null pointer dereference

2017-05-10 Thread Michael Niedermayer
On Wed, May 10, 2017 at 02:19:48PM -0400, Ronald S. Bultje wrote: > Hi, > > On Wed, May 10, 2017 at 2:11 PM, Ronald S. Bultje > wrote: > > > - return 0, not AVERROR_INVALIDDATA, since alt-ref frames aren't decoding > > errors. > > > > I'm also not sure if alt-ref frames in

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/webp: Fixes null pointer dereference

2017-05-10 Thread Ronald S. Bultje
Hi, On Wed, May 10, 2017 at 2:11 PM, Ronald S. Bultje wrote: > - return 0, not AVERROR_INVALIDDATA, since alt-ref frames aren't decoding > errors. > I'm also not sure if alt-ref frames in webp (since it's intra-only) make any sense. Hmm... Ronald

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/webp: Fixes null pointer dereference

2017-05-10 Thread Ronald S. Bultje
Hi, On Wed, May 10, 2017 at 12:37 PM, Michael Niedermayer < mich...@niedermayer.cc> wrote: > Fixes: 1470/clusterfuzz-testcase-minimized-5404421666111488 > Fixes: 1472/clusterfuzz-testcase-minimized-5677426430443520 > > Signed-off-by: Michael Niedermayer > --- >