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 1B4034B50C for ; Sun, 7 Jul 2024 20:24:28 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 61AF768D81F; Sun, 7 Jul 2024 23:24:27 +0300 (EEST) 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 B1A9568D72A for ; Sun, 7 Jul 2024 23:24:20 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CD8720005 for ; Sun, 7 Jul 2024 20:24:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1720383860; 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=X7+g5dV4DRCXDv05w4o8KR5Q5ceD6ijCMHO+u005DkY=; b=HtLCWE5FMiSseWwzegY5oLWbmAeEHA+rttt/D2FogEVEHTisQ5nEexbOWs/A2AlXkv5SO2 esKvDYWGhg91TVI4JnSCQwojpI5hAINzbDZ0thHhJzGWSMOOX8u0q8bzwx19bA1xLiAyom 89OyJTMiIxaII1nMc4C9BHNvLElskMceOS0JFZo86FrMv3SPOWwjdDbTHghoe6llxriVys Ui3U76l+RcI5Z1lvRK/qlu+KyTE2q8UjCSiyMIEQtLRqaB4Y8EpZGR4zTxotl1nfARBHn0 Q2W0WG/ot7x3nUM5oKQfYWh64Q8wVEtY4zQv71wCUPAqr2QqqpIGmEukmkB0OQ== Date: Sun, 7 Jul 2024 22:24:19 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240707202419.GR4991@pb2> References: <20240609154746.4173264-1-michael@niedermayer.cc> <20240609154746.4173264-5-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240609154746.4173264-5-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 5/6] swscale/swscale: Use ptrdiff_t for linesize computations 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="===============7094924457864737958==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7094924457864737958== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1trTh7oBgAEAEHeG" Content-Disposition: inline --1trTh7oBgAEAEHeG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi will apply this and the next patch On Sun, Jun 09, 2024 at 05:47:45PM +0200, Michael Niedermayer wrote: > This is unlikely to make a difference >=20 > Fixes: CID1591896 Unintentional integer overflow > Fixes: CID1591901 Unintentional integer overflow >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libswscale/swscale.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes --1trTh7oBgAEAEHeG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZor5cwAKCRBhHseHBAsP qwNgAJ4lUGzTQYYSJHhzrEFMiPA4q/HrPACeMQ4EER/0sxfuOrMjT9BWSKJPQI0= =LBa9 -----END PGP SIGNATURE----- --1trTh7oBgAEAEHeG-- --===============7094924457864737958== 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". --===============7094924457864737958==--