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 27F0D4B061 for ; Sun, 26 May 2024 23:56:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4E2ED68D5B4; Mon, 27 May 2024 02:56:20 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CE53368D01E for ; Mon, 27 May 2024 02:56:13 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4403260005 for ; Sun, 26 May 2024 23:56:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1716767773; 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=M5pkccuxTArzQykMtA3uH44CDptO35fvQ1CMAj42M9U=; b=iLKBxT6tHXhXJIs0X7w+ZTBX8fdj4T7EzkRnDOVB5B/K6gTWM7Rj6k6MWo6cZquQBBZEgR gMu+Su6pxpVJK/l3TuDhLqWqnLA4+4f2pR+lYyDaueOxEiHW8eXKgwDKMKYAIaQn+rZ5Ii ACKfDxVJK3mpA3LfBfmg92dFL+BgW/MBcTj2QIYxQO2J6Gn+qV495XT3J8xK1CBxl+3xLy 2M5FRFeXrtdw0Gr2LydXFR+2kPpiY2cltaZjdeokMnOH6rRWfiNRMDhbsJizQwGPDdpeKR GxmT8e8eu48XzRhslDp/RDs3EHo6qSQfRZy+Ys1fux8XMUvDOf/8wW1zRoC8bA== Date: Mon, 27 May 2024 01:56:12 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240526235612.GL2821752@pb2> References: <20240526235230.2876318-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240526235230.2876318-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 01/17] avcodec/dxva2: Initialize dxva_size and check it 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="===============3043283147156894596==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3043283147156894596== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bNLLTo5eXWXFd6av" Content-Disposition: inline --bNLLTo5eXWXFd6av Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 27, 2024 at 01:52:13AM +0200, Michael Niedermayer wrote: > Fixes: CID1591878 Uninitialized scalar variable > Fixes: CID1591928 Uninitialized pointer read >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavcodec/dxva2.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Also all the dshow, windows, dxva ... stuff is untested due to lack of a bo= x with such OS so the respective patches should be reviewed with that in mind! thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Democracy is the form of government in which you can choose your dictator --bNLLTo5eXWXFd6av Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZlPMGAAKCRBhHseHBAsP qye7AJ4/8YEmJWq0bRKdv7M53zwIUTiFwACcD/Q7ao5wozxu6smYzPx9m3ahPTw= =ztr2 -----END PGP SIGNATURE----- --bNLLTo5eXWXFd6av-- --===============3043283147156894596== 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". --===============3043283147156894596==--