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 BF3B5454DE for ; Fri, 29 Dec 2023 20:34:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 855AA68CB8A; Fri, 29 Dec 2023 22:34:16 +0200 (EET) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6C4B868CB36 for ; Fri, 29 Dec 2023 22:34:09 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9AB23240002 for ; Fri, 29 Dec 2023 20:34:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1703882048; 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=iwXGIUd425wc66biNAoAfI+L+8m+lUqjg/1tks0b88Q=; b=HKXVwXxYQ2dpWpuTQ5dxAz41Lm0BX9t3YwPzGhVLYW62RxhXFLfAsM0BI04aczFKCGs0QM QEW3YSYSZqEelkLMvAxKlhqTbOvMGIxJ1bpSyp8bCYA2/3jRYLOKCBi62kCtd9G5EgA2yO QgEsvDVOuZN1grje4jZC11nFS4sV0f2jGesVnXtCLD9nH2lx4pX9H2SqIXeY+xc5q1jzZp OuEAPupyHpdYHRbViiIhQISst55I85bqOP1wxw6Ki7YDq/X8H4IpQ5vLuA+Gc3wKiEntXB POYr5haOaBYC/rsC+QpXfKR0jU7dSjYlBdgopzsE7IowF7GlK0ElgdgM3gp6FQ== Date: Fri, 29 Dec 2023 21:34:07 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231229203407.GO6420@pb2> References: <20231222214502.24596-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20231222214502.24596-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] avfilter/af_alimiter: Check nextpos before use 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="===============2837658719440366630==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2837658719440366630== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FhHtzeYSSYv4Pwk7" Content-Disposition: inline --FhHtzeYSSYv4Pwk7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 22, 2023 at 10:44:59PM +0100, Michael Niedermayer wrote: > Fixes: out of array read > Fixes: tickets/10744/poc11ffmpeg >=20 > Found-by: Li Zeyuan and Zeng Yunxiang. > Signed-off-by: Michael Niedermayer > --- > libavfilter/af_alimiter.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) will apply patchset so the fixes are included in 6.1.1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato --FhHtzeYSSYv4Pwk7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZY8tOAAKCRBhHseHBAsP q1TNAJ9QXnhouK4xZqlApzW9d8hoa+8PxgCeIhtFlBRSeibfMBAvNyzK6mqJLX0= =Txqb -----END PGP SIGNATURE----- --FhHtzeYSSYv4Pwk7-- --===============2837658719440366630== 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". --===============2837658719440366630==--