[FFmpeg-devel] [PATCH 2/2] tools/target_dec_fuzzer: Add threshold for IFF_ILBM

Michael Niedermayer michael at niedermayer.cc
Wed Jan 29 13:51:45 EET 2020


On Wed, Jan 29, 2020 at 07:48:54AM +1100, Peter Ross wrote:
> On Thu, Jan 23, 2020 at 12:36:39AM +0100, Michael Niedermayer wrote:
> > Fixes: Timeout (32 -> 1sec)
> > Fixes: 20138/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_IFF_ILBM_fuzzer-5634665251864576
> > 
> > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> > Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> > ---
> >  tools/target_dec_fuzzer.c | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
> > index a3d784a019..e554558b69 100644
> > --- a/tools/target_dec_fuzzer.c
> > +++ b/tools/target_dec_fuzzer.c
> > @@ -143,6 +143,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
> >      case AV_CODEC_ID_DST:       maxsamples /= 8192; break;
> >      case AV_CODEC_ID_DXV:       maxpixels /= 32;  break;
> >      case AV_CODEC_ID_FFWAVESYNTH: maxsamples /= 16384; break;
> > +    case AV_CODEC_ID_IFF_ILBM:  maxpixels /= 128; break;
> >      case AV_CODEC_ID_MSRLE:     maxpixels /= 16;  break;
> >      case AV_CODEC_ID_QTRLE:     maxpixels /= 16;  break;
> >      case AV_CODEC_ID_RASC:      maxpixels /= 16;  break;
> 
> approve.

will apply

thx

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Any man who breaks a law that conscience tells him is unjust and willingly 
accepts the penalty by staying in jail in order to arouse the conscience of 
the community on the injustice of the law is at that moment expressing the 
very highest respect for law. - Martin Luther King Jr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200129/9530c77b/attachment.sig>


More information about the ffmpeg-devel mailing list