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 DBCC64B629 for ; Fri, 9 Aug 2024 21:26:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E3E668D858; Sat, 10 Aug 2024 00:26:13 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id ED17A68D682 for ; Sat, 10 Aug 2024 00:26:05 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4710FFF802 for ; Fri, 9 Aug 2024 21:26:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1723238765; 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=+0Ml7hhPdPWNXjJ7qu9t3SzT5bvAcpj0nCmQxirxm1Y=; b=ox7CUWpumNwgJUCRzbLaO1gIzXVxTn4dD84PxPZASxFqYHqbXypQe3GtcHpDb5gFm6ftI7 5kf3WBL6+oniMPF7O16/TI3RxXvyh7ChZ8lC8zSazMEIl2r/ROKenrOrK36VQyps9Dqn1E O1vABDXzfZcGSDTOkvzLpjZJpRmbhJUWZRgCKu39JHa4pG9uMIi+AP6iX8p5SsKmDsAu35 j2Hpq6b/9DcmgsmK4H8vMnlVFnngWjv+TtGPvaw1bJmsurluzqQu2sQQBcG9bJE+Zgyr6p 7wGv8qrELx0teSjZ5GrFYIQUWFXsZZXEkHtKvGXxXyoxuD/sloIgJDY0QS0ryw== Date: Fri, 9 Aug 2024 23:26:04 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240809212604.GF4991@pb2> References: <20240731125955.GV4991@pb2> <20240801143430.4355-1-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240801143430.4355-1-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged 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="===============6073860076225374596==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6073860076225374596== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7GWBejRy/Pz6SUcf" Content-Disposition: inline --7GWBejRy/Pz6SUcf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 01, 2024 at 04:33:21PM +0200, Anton Khirnov wrote: > That variable is shared between frame threads in the same defective way > described in the previous commit. Fix it by adding a RefStruct-managed > arrays of flags that is propagated across frame threads in the standard > manner. >=20 > Remove now-unused FFV1Context.fsrc > --- > This version keeps the ER code where it is, after all slices are > decoded. > It is a bit more complex though. LGTM thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. --7GWBejRy/Pz6SUcf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZraJYgAKCRBhHseHBAsP q2VdAJ44d/NXGuEDZbIXUOoB2XcEYz7KrACfVQFCxSDUHRt+eWkH7JQEfXVeZSU= =9WRn -----END PGP SIGNATURE----- --7GWBejRy/Pz6SUcf-- --===============6073860076225374596== 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". --===============6073860076225374596==--