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 1DBB14CB42 for ; Wed, 14 Aug 2024 15:10:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B05BD68DB87; Wed, 14 Aug 2024 18:10:38 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E689A68DAD5 for ; Wed, 14 Aug 2024 18:10:31 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4E15A20002 for ; Wed, 14 Aug 2024 15:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1723648231; 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=Gumb1Xjy2UC+ZDt/CugC1/7XRVrlOZUhhtdkHoeQHYo=; b=h7PgFPC4IsYn15+AKUhzRsd2OAPm9/zcWRre+/GZNQbokHcpms65lr4ELRgMY65VQWSrRs goiPM+U+2WEpoCJ6X+EJqV9T6R8oeZx+EhFBMaDdNrLNXsr5XmZglIZq2UtgBq5OUb8kQf LEwbRr17dkfKAznWqEvHxzcv5r1VmGPS6bhUiZCuW0BWzjGbvNk3QDUZZ2e9M8/ALiAnP3 DokNHKw3vgwN0ny4Y9ke/p5N/5c5jDKhc8YskfFNTEsit5Sr2r1rOgCR/BZrxz8ZUQGpBt V12/wK0lO12y/y0X22Vk2Th0KxqSacgpEB1ND1e5iWhdRxGE4ca8HsiYrto1yw== Date: Wed, 14 Aug 2024 17:10:30 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240814151030.GV4991@pb2> References: <20240804205309.1978196-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240804205309.1978196-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/8] avcodec/apac: Clean padding space 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="===============0729773127319802295==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0729773127319802295== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="eECtmhemjMGdcB6v" Content-Disposition: inline --eECtmhemjMGdcB6v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 04, 2024 at 10:53:02PM +0200, Michael Niedermayer wrote: > Fixes: use-of-uninitialized-value > Fixes: 70842/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APAC_fuzze= r-5758325067677696 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/apac.c | 1 + > 1 file changed, 1 insertion(+) will apply the remeining 6 patches of this set [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart than the original author, trying to rewrite it will not make it better. --eECtmhemjMGdcB6v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZrzI5gAKCRBhHseHBAsP q7maAKCQAsTklLZewzXZNmGr4Fo+MUIQFgCcCjdNQRMdFS6wgaBfRt1oY7VPOH4= =dAg5 -----END PGP SIGNATURE----- --eECtmhemjMGdcB6v-- --===============0729773127319802295== 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". --===============0729773127319802295==--