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 072A748A61 for ; Fri, 29 Dec 2023 00:30:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 59AE468CCC5; Fri, 29 Dec 2023 02:30:08 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E141468CB36 for ; Fri, 29 Dec 2023 02:30:01 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 43F9820004 for ; Fri, 29 Dec 2023 00:30:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1703809801; 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=ZWv7MZ8cXW3k2Pl5tbw1fqk0G/WIMIkDtkhR7NKrM84=; b=aUMBzBFq0tCfO8QeD/YEOrteuQxNSh8ciIFrONPai7ct1OSc1CN5MFYEgHfNKF8vaszVix 9J6ujFCftbCFz5PHgIW2G4VYRwe92KLOil2K+FTBRiovFrMV8y/B8qkEQEiatSPIk0l3dh SP86Y07TL7UZ3qBImGnp8LZLgnxlyPAp8bIrKpny/Pa2nvgOJJLuGDzm+/Aar4nTeaWQn3 iFa+jP74ReB7zY+mBxYYaSPu6A1POLekwyMNXO9CUQpwBn+iptuQUfTAtOqEkpgoLoYFtV tL0v2iVvZ+c6zY8OTizLYGZvi1w3XEtXB+/wKSp4Hw+OYvutiF+Ur2vp8sl8xg== Date: Fri, 29 Dec 2023 01:30:00 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231229003000.GH6420@pb2> References: <20231222115152.12329-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20231222115152.12329-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/2] avfilter/edge_template: Fix small inputs with gaussian_blur() 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="===============6829577098684444212==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6829577098684444212== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="we2eind/Ne+qvHJS" Content-Disposition: inline --we2eind/Ne+qvHJS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 22, 2023 at 12:51:51PM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: Ticket10699 > Fixes: poc5ffmpeg >=20 > Found-by: Zeng Yunxiang > Signed-off-by: Michael Niedermayer > --- > libavfilter/edge_template.c | 29 +++++++++++++++++++---------- > 1 file changed, 19 insertions(+), 10 deletions(-) will apply patchset [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire --we2eind/Ne+qvHJS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZY4TBQAKCRBhHseHBAsP q9pMAJ4n0XJoyV+UKFxYqm9K34vIQE8PFwCdG8mQbebZnCHCtdtxgxl6YeV/WTc= =oPJC -----END PGP SIGNATURE----- --we2eind/Ne+qvHJS-- --===============6829577098684444212== 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". --===============6829577098684444212==--