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 126374AA00 for ; Mon, 5 Aug 2024 20:34:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A462268D9A4; Mon, 5 Aug 2024 23:34:11 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CB5DC68D91D for ; Mon, 5 Aug 2024 23:34:04 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2058840003 for ; Mon, 5 Aug 2024 20:34:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1722890044; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BZInKUnnh8UdyOJJ6SPNJ7O5JCNX2TDwcsf65edJH9E=; b=gire6kHhIwj5rbKdZGPq9DTsfH5gFa04CxxRZw+7pKNrpzJz5DuAo3WUVZRXycJa62h//P so1/H3HD3hSmixgm4pQYMo4JuUkt+O6OfRL7N906kXGJP6VLkOVyP1T2CeQY8lT5WkNXz5 miN/K3i73yiqEtK5EAzfT9Z8BnmKVQPdwR2ULY1Wxl5VYHqHyRHN+507cuzVNN1pZd2NVg zEMVQ3AnKu8WtByDpZ+QgdTldIKKTJzAE+/K/Q344AMe04yd4Ot7tk1tT5D4f9xdILo+nb 6XIlJE9CVjMFzv6NaxR7pYUsnZLh4557Q45UbqiYoNZq04VXMVR0OwH8F1NhxA== Date: Mon, 5 Aug 2024 22:34:03 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240805203403.GG4991@pb2> References: <20240804142315.1430389-1-michael@niedermayer.cc> <20240804142315.1430389-4-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240804142315.1430389-4-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 4/4] avformat/wavdec: Check if there are 16 bytes before testing them 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="===============0571422337261657710==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0571422337261657710== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3tAR+pdVMzZMmZao" Content-Disposition: inline --3tAR+pdVMzZMmZao Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 04, 2024 at 04:23:15PM +0200, Michael Niedermayer wrote: > Fixes: use-of-uninitialized-value > Fixes: 70839/clusterfuzz-testcase-minimized-ffmpeg_dem_W64_fuzzer-5212907= 590189056 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavformat/wavdec.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB What does censorship reveal? It reveals fear. -- Julian Assange --3tAR+pdVMzZMmZao Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZrE3NAAKCRBhHseHBAsP qxoJAJ42WFXiSXtuvLcWpzIrFJSrYS3C7ACfUgloA/1VsvbsjBd9M2Sq3vTr/5Q= =h3ww -----END PGP SIGNATURE----- --3tAR+pdVMzZMmZao-- --===============0571422337261657710== 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". --===============0571422337261657710==--