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 D0FAA4364C for ; Wed, 20 Jul 2022 14:30:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F8A768B64A; Wed, 20 Jul 2022 17:30:45 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F1C8768B5FF for ; Wed, 20 Jul 2022 17:30:38 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 5B2CD1BF20A for ; Wed, 20 Jul 2022 14:30:38 +0000 (UTC) Date: Wed, 20 Jul 2022 16:30:37 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220720143037.GB2088045@pb2> References: <20220719113453.23169-1-michael@niedermayer.cc> <20220719113453.23169-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: 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="===============4374818647380086641==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4374818647380086641== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="q1SX3yAxAkj1z+aD" Content-Disposition: inline --q1SX3yAxAkj1z+aD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 20, 2022 at 06:58:10PM +1000, Peter Ross wrote: > 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_= fuzzer-5550368423018496 > >=20 > > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz= /tree/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, siz= e_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; >=20 > please apply. will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --q1SX3yAxAkj1z+aD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYtgRjQAKCRBhHseHBAsP q25XAKCIKThEtQ0FX+9khkLQ+eyC7MXASQCgiFwdUlUSk3V7KcZcIIbop83vJMk= =j8N1 -----END PGP SIGNATURE----- --q1SX3yAxAkj1z+aD-- --===============4374818647380086641== 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". --===============4374818647380086641==--