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 7A40C4A910 for ; Wed, 24 Apr 2024 00:50:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C96C468D3AE; Wed, 24 Apr 2024 03:50:01 +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 D261A68D194 for ; Wed, 24 Apr 2024 03:49:55 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 430B61BF204 for ; Wed, 24 Apr 2024 00:49:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1713919795; 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=ZNYWiVn+Ur5B4Dunq2XItyOZX6tuGJPsKm/MA9i7G/I=; b=ASloYpkZz6Yl3o25diJ4cic1znJrvE46J9/sJob5fpldo0RjRghfD2p8JHhZrLOqbCttBO Heidg+xyIFaJ8jGKyENjsD8+hzUZXnft1nPuq9NGGkiNsx7s797+PZb3f/3DE5uItJbzv5 CJZNoHB+qR52n9gf3cwTh0Aj6Uq+hZAD6MtRJQJ/g7vfKR8Ab3VFH/qm5jrufXl0FWqNZf yXTHl9lF1Hv9QNzTjR4tLKLgdZMWFjXkhOBw4XHykvWoP1ZxdMWNVAsb/INqmsQJwNYdrr PkgwtefpcVd9VdwDPUW6ZYeJKe+hFCP3cCkuxnk34reoL/frMIQYf7cwV0eJJQ== Date: Wed, 24 Apr 2024 02:49:54 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240424004954.GQ6420@pb2> References: <20240421230701.4178782-1-michael@niedermayer.cc> <20240421230701.4178782-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240421230701.4178782-3-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 3/3] avfilter/signature_lookup: Dont copy uninitialized stuff around 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="===============0090377727179740641==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0090377727179740641== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ZVpNr11HrwSxtMjh" Content-Disposition: inline --ZVpNr11HrwSxtMjh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 22, 2024 at 01:07:01AM +0200, Michael Niedermayer wrote: > Fixes: CID1403238 Uninitialized pointer read > Fixes: CID1403239 Uninitialized pointer read >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavfilter/signature_lookup.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin --ZVpNr11HrwSxtMjh Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZihXMgAKCRBhHseHBAsP q65bAJ0U55LuDwNK5mLnCSmjJ3CK8sw69QCeIQAV4odLg5RYp2aoMKWVLYTGKj0= =3N1e -----END PGP SIGNATURE----- --ZVpNr11HrwSxtMjh-- --===============0090377727179740641== 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". --===============0090377727179740641==--