[FFmpeg-devel] [PATCH 1/3] avcodec/shorten: Move buffer allocation and offset init to end of read_header()

Michael Niedermayer michael at niedermayer.cc
Tue Sep 12 02:15:25 EEST 2017


On Sun, Sep 10, 2017 at 09:18:37PM +0200, Paul B Mahol wrote:
> On 9/10/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> > They are time consuming operations, performing them after the other checks
> > improves the speed with damaged input dramatically.
> >
> > Fixes: Timeout
> > Fixes: 2928/clusterfuzz-testcase-4992812120539136
> >
> > 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/shorten.c | 13 +++++++------
> >  1 file changed, 7 insertions(+), 6 deletions(-)
> >
> 
> Probably OK.

will apply

also will apply the rest of teh patchset

thx

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

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170912/7875dd68/attachment.sig>


More information about the ffmpeg-devel mailing list