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 2B3274845A for ; Tue, 2 Jul 2024 18:21:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4D92968D92D; Tue, 2 Jul 2024 21:21:47 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DA99668D428 for ; Tue, 2 Jul 2024 21:21:40 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0DABDE0004 for ; Tue, 2 Jul 2024 18:21:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1719944500; 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=5S2Ev1R8YAKYDb6Hs3kbDxzcdq+EXHVbTTQ9aas7qlY=; b=TwpE9Pd5WDLiFokrBzCU8xtps5y+yRJxvYvmKrCv5visCKesaGznyppOdIro0hLWn3FvL9 d7U2D1BpWncglPj19fLOCV0MwFGK7ncQiVJhVbTWzzZkxaR/nmMi73JzHGoF0u+DnC/CYf N9dPxJs7Jl7YEAml84X/CgyOxkkfJzkm/BliVGBMynY350A46cAGH/fu+2bgdzc4QTaRQ4 StHSvIfYNwCOhUEOaAmL9XeykhFZgypQy+YqWGBnjhj8ev+AjjwMBd0CniHoUqzkOpNMT3 2O0T3ZWcrKow2+b6nt5gsWVnPrtX0uvz9AmzhbIL+xo4VrwV88jectgZcpoeJw== Date: Tue, 2 Jul 2024 20:21:39 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240702182139.GQ4991@pb2> References: <20240427235424.3075968-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240427235424.3075968-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 01/10] fftools/ffmpeg_enc: simplify opaque_ref check 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="===============5813051939278362502==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5813051939278362502== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pvGBTzZYFChjGQji" Content-Disposition: inline --pvGBTzZYFChjGQji Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 28, 2024 at 01:54:15AM +0200, Michael Niedermayer wrote: > Found-while-revieweing: CID1520670 Dereference after null check >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > fftools/ffmpeg_enc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply the remaining patches of this set [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Take away the freedom of one citizen and you will be jailed, take away the freedom of all citizens and you will be congratulated by your peers in Parliament. --pvGBTzZYFChjGQji Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZoRFLwAKCRBhHseHBAsP qycRAJ9o8tvmWrGmFsFlXFK+ZTxaRHH3FwCffVZ6mRxuE1bTTXR4464qn6flpBU= =QqY6 -----END PGP SIGNATURE----- --pvGBTzZYFChjGQji-- --===============5813051939278362502== 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". --===============5813051939278362502==--