From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 3B05943BA6 for ; Wed, 20 Jul 2022 08:58:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A043F68B5D6; Wed, 20 Jul 2022 11:58:32 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6103168ABEF for ; Wed, 20 Jul 2022 11:58:26 +0300 (EEST) Received: from 8cfb51db7923d01dc4b745c912afbac7 ([1.145.151.149]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 26K8wFKW000614 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Wed, 20 Jul 2022 08:58:19 GMT Date: Wed, 20 Jul 2022 18:58:10 +1000 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <20220719113453.23169-1-michael@niedermayer.cc> <20220719113453.23169-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20220719113453.23169-3-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [PATCH 3/6] tools/target_dec_fuzzer: Adjust threshold for MMVIDEO X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============8158215973167236817==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8158215973167236817== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FqkZeJ+YPkgUTZfF" Content-Disposition: inline --FqkZeJ+YPkgUTZfF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 19, 2022 at 01:34:50PM +0200, Michael Niedermayer wrote: > Fixes: Timeout > Fixes: 49003/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MMVIDEO_fu= zzer-5550368423018496 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > tools/target_dec_fuzzer.c | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c > index 1587045e02..017c5cf024 100644 > --- a/tools/target_dec_fuzzer.c > +++ b/tools/target_dec_fuzzer.c > @@ -246,6 +246,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_= t size) { > case AV_CODEC_ID_LOCO: maxpixels /=3D 1024; break; > case AV_CODEC_ID_VORBIS: maxsamples /=3D 1024; break; > case AV_CODEC_ID_LSCR: maxpixels /=3D 16; break; > + case AV_CODEC_ID_MMVIDEO: maxpixels /=3D 256; break; > case AV_CODEC_ID_MOTIONPIXELS:maxpixels /=3D 256; break; > case AV_CODEC_ID_MP4ALS: maxsamples /=3D 65536; break; > case AV_CODEC_ID_MSA1: maxpixels /=3D 16384; break; please apply. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --FqkZeJ+YPkgUTZfF Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCYtfDmwAKCRBnYHnFrEDd a0n2AJ0bOEcFFLZAjwwXyGJ+6xAk4eoMaACfQrPER+VSPRH270iN/IOfrHa1wNc= =dViW -----END PGP SIGNATURE----- --FqkZeJ+YPkgUTZfF-- --===============8158215973167236817== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============8158215973167236817==--