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 760E3494BF for ; Sun, 11 Feb 2024 22:55:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 829AB68D0F6; Mon, 12 Feb 2024 00:55:05 +0200 (EET) 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 7625568BC86 for ; Mon, 12 Feb 2024 00:54:59 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 98C9E40004 for ; Sun, 11 Feb 2024 22:54:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1707692098; 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=UJ5f/Gm2lkdBCkMuZwWfj+4CQUZpMRwVbNr6B7+cBhA=; b=ZOSPM4jXu4okzvbHlK7WoVFeizJ+4oB1WEC2JNVJNDBm2RJRW4XTfbM35X3ApIyasSDzgn JxWht+YWk149QMqtpF1n8vuQgxUI2eBOHXq+xP6Az1QFlaEh2WHMssMsDlqvld8/shKpO3 4xtVp7NAwl22+DPQ0yJNwDZ6Dxh01TwQYN7wa9Q+zKTFeYFRuFPanwfUHxgLcrSC/LA+nt U6STha9IATUrculwQli8iFZm1tPFSp/UXjN+b1r2YSTOXo0ynoQ5a/IdjaOyUiJVfe13ZK M34H+ddwJHq/lEcsfmDUq/QgvMRWPZKnkAcisiKBxkXAYG0LS1EmnBX+0o2ngQ== Date: Sun, 11 Feb 2024 23:54:57 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240211225457.GY6420@pb2> References: <20240205114459.8317-1-michael@niedermayer.cc> <20240205114459.8317-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240205114459.8317-2-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] avfilter/signature_lookup: Do not dereference NULL pointers after malloc failure 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="===============0682475611070857512==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0682475611070857512== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="SyMik4l8oXeCOi0o" Content-Disposition: inline --SyMik4l8oXeCOi0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 05, 2024 at 12:44:59PM +0100, Michael Niedermayer wrote: > Fixes: CID 1403229 Dereference after null check >=20 > Signed-off-by: Michael Niedermayer > --- > libavfilter/signature_lookup.c | 6 ++++++ > 1 file changed, 6 insertions(+) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship naturally arises out of democracy, and the most aggravated form of tyranny and slavery out of the most extreme liberty. -- Plato --SyMik4l8oXeCOi0o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZclQOgAKCRBhHseHBAsP q8yGAJ9jDUbH1MIiIuRq8Id2E3llbdqLHgCfRIRXmStqyod/nDwqzwVE0baHQyE= =mEOz -----END PGP SIGNATURE----- --SyMik4l8oXeCOi0o-- --===============0682475611070857512== 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". --===============0682475611070857512==--