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 C2CB84B280 for ; Sun, 2 Jun 2024 19:15:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E837268D635; Sun, 2 Jun 2024 22:15:03 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E710E68D570 for ; Sun, 2 Jun 2024 22:14:57 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2BBEAFF805 for ; Sun, 2 Jun 2024 19:14:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1717355697; 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=cG4UsYNt/2KYwJVeTmxGgS7PxCCyv0KSN1dhLmwz9JE=; b=Bp4d0GauSd2JPUTxBvW80XIyM9zHGP8mtssP2AXuxgDb64pZWG9D5rUp5vIJ1wmCsru/ce qqW1lEpXci8VX5sR8ej1s79g0BHBwHIVIEB1L5Okm+uDKmZZSTId1pM3dYiUgXBzENXyZi q1enKMdW+Q9UfBeeTCYB5+zkOoA6HMUSdDQVDqi19OVrqMAc+nszl3O42h7+JBrLJ8PqO4 vs8IRfDNrPH8wlwNA2zXiqp7j5WBr4U8AdOew6KMBoQKB4I8TIdDsPe28NPw7xb5QX9DDH +QRt3SKsUX/vffcqXGuSe01meMLGhjuchBsD3puEEurHz0gJ9N4j4iFZgosgKQ== Date: Sun, 2 Jun 2024 21:14:56 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240602191456.GY2821752@pb2> References: <20240516231932.6950-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240516231932.6950-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/5] avcodec/rv34: assert that size is not 0 in rv34_gen_vlc_ext() 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="===============7638910174179190495==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7638910174179190495== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WSf/+y6apGpKq+5a" Content-Disposition: inline --WSf/+y6apGpKq+5a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, May 17, 2024 at 01:19:28AM +0200, Michael Niedermayer wrote: > Helps: CID1548380 Uninitialized scalar variable >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavcodec/rv34.c | 2 ++ > 1 file changed, 2 insertions(+) will apply remaining patches [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment. --WSf/+y6apGpKq+5a Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZlzEsAAKCRBhHseHBAsP q4TJAJ4i91MO465WPuZa7+2kANWNOvt2kQCfS47jQDqd/4WsCZKij2epSqrQ51Y= =awrN -----END PGP SIGNATURE----- --WSf/+y6apGpKq+5a-- --===============7638910174179190495== 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". --===============7638910174179190495==--