[FFmpeg-devel] [PATCH 2/2] avcodec/mobiclip: Move quantizer check into setup_qtables()

Michael Niedermayer michael at niedermayer.cc
Fri Sep 25 10:49:05 EEST 2020


On Thu, Sep 24, 2020 at 01:47:29PM +0200, Paul B Mahol wrote:
> On Thu, Sep 24, 2020 at 11:03:43AM +0200, Michael Niedermayer wrote:
> > Fixes: shift exponent -2 is negative
> > Fixes: 25683/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MOBICLIP_fuzzer-6434808492982272
> > 
> > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  libavcodec/mobiclip.c | 21 ++++++++++++++-------
> >  1 file changed, 14 insertions(+), 7 deletions(-)
> > 
> > diff --git a/libavcodec/mobiclip.c b/libavcodec/mobiclip.c
> > index 47387fce90..f890cb2599 100644
> > --- a/libavcodec/mobiclip.c
> > +++ b/libavcodec/mobiclip.c
> > @@ -382,11 +382,14 @@ static av_cold int mobiclip_init(AVCodecContext *avctx)
> >      return 0;
> >  }
> 
> lgtm

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

What does censorship reveal? It reveals fear. -- Julian Assange
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200925/4c2689ce/attachment.sig>


More information about the ffmpeg-devel mailing list