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 5FC8147A5C for ; Wed, 29 Nov 2023 17:50:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F043E68CFF1; Wed, 29 Nov 2023 19:50:44 +0200 (EET) Received: from nef.ens.fr (unknown [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3512368CFB5 for ; Wed, 29 Nov 2023 19:50:39 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 3ATHocXI031695 for ; Wed, 29 Nov 2023 18:50:38 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id 43122EB5BB; Wed, 29 Nov 2023 18:50:38 +0100 (CET) Date: Wed, 29 Nov 2023 18:50:38 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Wed, 29 Nov 2023 18:50:38 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH] avfilter/framesync: fix OOM case 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="===============6945886518155733911==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6945886518155733911== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bDR2oDHJJnqT1t12" Content-Disposition: inline --bDR2oDHJJnqT1t12 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul B Mahol (12023-11-27): > Attached. > From 8ce6bd0090666ef94b0455b7f8f4d3c05e273093 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Mon, 27 Nov 2023 13:04:16 +0100 > Subject: [PATCH] avfilter/framesync: fix OOM case >=20 > Fixes OOM when caller keeps adding frames into filtergraph > that reached EOF by other means, for example EOF is signalled > by other filter in filtergraph or by buffersink. >=20 > Signed-off-by: Paul B Mahol > --- > libavfilter/framesync.c | 3 +++ > 1 file changed, 3 insertions(+) LGTM, good catch. --=20 Nicolas George --bDR2oDHJJnqT1t12 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmVneewACgkQcZVLI8pN xgzadA/+LbUATPgkbvuEMKbj3Y4HPXaYD4eAflK2kHC1xQpoT41nD/Pv1CxIiy59 OARtPA29djiAYzRL78hrnJUGTQaE088LhCqIdceX5inqvNbkAj6CeG6S2Rqta2gp G9yXZBzUc6A00MkMbSaXTyMvKCHoKe1niGm634ml7vzj+rMZZmisWCCXjAIxawop YV2pacAIRWdnsu11eY16XiqlPS9DLGLHYpt+QTwOvV9n/lT5IxUbr8KND4itWwUj 1lJzN0qCi312zkqsFo76ZUPQ7idZZ6TeHThdtH/9KejRuysqlf2upa7+lmgU/DTa 5CDC9eb3kWrXMG1slp66F65dI1ul2fRdvd/Yj+WtHuSGmhbGV0TfzsHdZY54WNh0 RLfttFnvpJst16r6j8uIA2+23Iq6lDu+B3SZzCiv2AcMPKPKmc3bZ/Ls/lJ/e5oB V7cs/EQGXe1ULI8m6CtdFt8HMpCFQIm1AzRq1Yqnp6yjubSCXoYjzyAtvwG4MSUh 3Jtxi4QuwqkqSRRsf0wXU0EWiLonUD3xotGQyYkp+JztQ/yQRrQJZWWnjleDrVsE RAuXn9olfdD9re5f4Po1wo2DyDqg2RaeclsyStbzwI9t4zpLgocPFMeCqSIkE+zE NcYohz0Q6H074PIY9m0FQhfHGlAVZ4BVBIBUpilSXZkxCxcZLSs= =TDA+ -----END PGP SIGNATURE----- --bDR2oDHJJnqT1t12-- --===============6945886518155733911== 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". --===============6945886518155733911==--