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 5D1964B3EE for ; Wed, 10 Jul 2024 19:44:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B436A68D904; Wed, 10 Jul 2024 22:44:21 +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 1113568D820 for ; Wed, 10 Jul 2024 22:44:15 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6DBC860003 for ; Wed, 10 Jul 2024 19:44:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1720640654; 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=gf3d+GAB9HHK8/u9bhSc3g57yK5NxGlKXVItZmhRY74=; b=PlwwBUMGpHChjblM3HAJm3JE7IyBBhaRWn1dAl4UYmcK8U9UuNIKaA+/0z//1mTJa50v8D Hzw+/+MTF/Vj0QGmJKE3119EnW3kqB0/QFvOCvZYfhG+kJTbTiF4Hq7R4fZSQQlxATP0rz 0261sIW2zhHcnee6vBhOgrOpQhvikRAzll4xD0dtK/lVm6E1Dq5KzqwGM/sTBBv6Y/7qkw 4mOjqPrfYxGFhyKK7WSuHKOWeUplH1tjGzqYqw2392tE4ZBD+FVeLgF2VCKv1NeTwOZaL8 9GO1upPMgrI8XRtLJqvbWyJMS402xIaSeTCMpGjoPYTz0P9ei5kJu9uHJVGmvQ== Date: Wed, 10 Jul 2024 21:44:13 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240710194413.GK4991@pb2> References: <20240607231803.3017607-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240607231803.3017607-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/4] avformat/rmdec: use 64bit for audio_framesize checks 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="===============8207214766952295979==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8207214766952295979== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QLVPfMX7UDLv9S3y" Content-Disposition: inline --QLVPfMX7UDLv9S3y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 08, 2024 at 01:18:00AM +0200, Michael Niedermayer wrote: > It is not entirely clear what would prevent such overflow so even if it is > not possible, it is better to use 64bit >=20 > Fixes: CID1491898 Unintentional integer overflow >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavformat/rmdec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply patchset [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities are wrong. -- Voltaire --QLVPfMX7UDLv9S3y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZo7kigAKCRBhHseHBAsP q5wuAJ9Ycd4JZvJP8xzmR87IJqJaegFdwACfYH+0Ymhwu+HMJ51u9vijsp9OxwM= =ORdE -----END PGP SIGNATURE----- --QLVPfMX7UDLv9S3y-- --===============8207214766952295979== 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". --===============8207214766952295979==--