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 CA1734C081 for ; Sun, 21 Jul 2024 14:43:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B8A9D68D69C; Sun, 21 Jul 2024 17:43:54 +0300 (EEST) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 720B468D5BA for ; Sun, 21 Jul 2024 17:43:48 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id C35781C0002 for ; Sun, 21 Jul 2024 14:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721573027; 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=iKWCUzO8N7obQejr/3e/p2rgcx4hvy64GMwJZQcUbdY=; b=VrXB6uf6ilg7IusHGBuVvFCLP13OrZwZA3FSuEptuqUHd28DUY3cDjdmURsHcoIBSwYgMJ laCywlmD2n9zY1Mxaa//JU7OQSiEipOkDy5Et8K4T86fLX7vQ6nuTvpHnyNQnwEujwHOFz Pgot53qtcnhZ82f9oZ0qKt8FxJ7/UynGc7EgwrEgRTNTOqoa28u/tLo17OY27VcL9jshhd dC/YnaR7x3ReAs+tx6NxJuFDoZOb8WaSWmFLfwxTGvII95JUcQ21vMLRqoBm205+ucp2Bq TNTa1tFKSGmR1S777nvpFAbgXn6MOMraxSVMZIT2b2ZZcx7FLJOB0MquRsyD7w== Date: Sun, 21 Jul 2024 16:43:47 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240721144347.GT4991@pb2> References: <20240711233417.1896879-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240711233417.1896879-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 01/22] avformat/asfdec_o: Check size of index object 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="===============7673128892117872508==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7673128892117872508== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lAQf9ELXiMBEg3QV" Content-Disposition: inline --lAQf9ELXiMBEg3QV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 12, 2024 at 01:33:55AM +0200, Michael Niedermayer wrote: > We subtract 24 so it must be at least 24 >=20 > Fixes: CID1604482 Overflowed constant >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavformat/asfdec_o.c | 3 +++ > 1 file changed, 3 insertions(+) will apply patchset (except 5 which was dropped) [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If a bugfix only changes things apparently unrelated to the bug with no further explanation, that is a good sign that the bugfix is wrong. --lAQf9ELXiMBEg3QV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZp0eowAKCRBhHseHBAsP q0v8AKCWbMqbrTzBSZTe26iFLLNg+sqVlwCfTiPATCV11Q3uUjDTDedkC3lmuo8= =ll++ -----END PGP SIGNATURE----- --lAQf9ELXiMBEg3QV-- --===============7673128892117872508== 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". --===============7673128892117872508==--