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 13EDE48FCB for ; Mon, 1 Apr 2024 16:17:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2D26568CF0E; Mon, 1 Apr 2024 19:17:10 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DD64F68CEF6 for ; Mon, 1 Apr 2024 19:17:02 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 22D4AC0003 for ; Mon, 1 Apr 2024 16:17:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711988222; 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=0QDa6Fz+ubuE2NOgvXmnX6wNzbveF31Hgq3hx5QiU34=; b=CB3e8+1GjSn3ZbaqIfz9HJE7AzLTbtu8wjd0v8KJi0gpYIezv4ShKoRqTH/7yx/H2XeP4o qA8UvVQoMGLQ0fE5pbUfhrK0xezTuPaBPXmveAsOmrD50N4QrElj62DF190Am+v7SOl3e7 fWDSqoDNnmljSDLZTSkf+0QgYdDFrfnB1kxaDBACPZE+lkTh4rVUflO0yWUbhNUcffN111 JO9QeLbvSRDpH3DJ43QhDWiCAlLrquEvP7HxD5MBf9iMkNb2qAvb6JdwHOhpqwjj9o74lt suau9XPqiseyKgKcXD1h5wcz1AYXhewYUB03O+U+/Wez6KMJ5BhZ/1G1d1zDQA== Date: Mon, 1 Apr 2024 18:17:01 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240401161701.GE6420@pb2> References: <20240325032908.11939-1-michael@niedermayer.cc> <20240325032908.11939-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240325032908.11939-2-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] avformat/iamf_reader: Check len before summing 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="===============6899486788476668445==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6899486788476668445== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="NUq4oJ6ITRrdx3m5" Content-Disposition: inline --NUq4oJ6ITRrdx3m5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 25, 2024 at 04:29:08AM +0100, Michael Niedermayer wrote: > Fixes: integer overflow > Fixes: 67275/clusterfuzz-testcase-minimized-ffmpeg_dem_IAMF_fuzzer-543892= 0751906816 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavformat/iamf_reader.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) will apply this [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell --NUq4oJ6ITRrdx3m5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgrd9AAKCRBhHseHBAsP q+OeAKCV7dm5nup0kLTf4XA+Ny5G4dA2FACeK9GPC5mye0LbQt5bCB/dV7Z0f8U= =oLy6 -----END PGP SIGNATURE----- --NUq4oJ6ITRrdx3m5-- --===============6899486788476668445== 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". --===============6899486788476668445==--