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 C59574A33D for ; Tue, 26 Mar 2024 19:19:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 04F5468D10C; Tue, 26 Mar 2024 21:19:42 +0200 (EET) 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 36E3268C5EC for ; Tue, 26 Mar 2024 21:19:36 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 2DB30C0002 for ; Tue, 26 Mar 2024 19:19:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711480775; 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=JnnmztklLl/g8YZacTDRAhqsbOg6qj1pLvHTOFJJJZY=; b=ehPoSjAqiksQOQC3uW4D8W5Gg9S2VMCifIOIgbk7UU1SQ9tDInRCoeTHFIXzM7AOa0XdcB vXiJ0nvQWimH+rUdFG4DsSyTAePuuEXDcx1sMbsgMw7MsdXHb/RINkgWEGy8QIFn/nuRKB 2LJGoyapwsfkPnlpqeJX2Ws7vnSYFYSmDM4VMyof8upUkdO8NfdlMIoiMR97JNTaKG5Utz kzHBLM+4ucmpa0IgKHGUqh1eE/jSQ2IenddZoePlDpY8Aozi0j1KwoEvx0AsN+MDMC5ZMW JebnX0209UVkOr664U5DDWKAl1e0MgpyccHttA1jiSIqqNw9EhOzCqOhk3iQkw== Date: Tue, 26 Mar 2024 20:19:34 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240326191934.GB6420@pb2> References: <20240326001151.12083-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240326001151.12083-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 01/10] avformat/concatdec: Check user_duration sum 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="===============7046792749117935945==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7046792749117935945== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="G2M7KTdWn182lHh1" Content-Disposition: inline --G2M7KTdWn182lHh1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 26, 2024 at 01:11:42AM +0100, Michael Niedermayer wrote: > Fixes: 62276/clusterfuzz-testcase-minimized-ffmpeg_dem_CONCAT_fuzzer-6434= 245599690752 > Fixes: signed integer overflow: 9223372026773000000 + 22337000000 cannot = be represented in type 'long' >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavformat/concatdec.c | 2 ++ > 1 file changed, 2 insertions(+) if there are no objections i will apply this patchset before making the 7.0= branch [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Let us carefully observe those good qualities wherein our enemies excel us and endeavor to excel them, by avoiding what is faulty, and imitating what is excellent in them. -- Plutarch --G2M7KTdWn182lHh1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgMfvQAKCRBhHseHBAsP qz0aAJ9ASkye0y+fe3Z3a7gdraqeyskS1ACdF+iULw30EQpF7kxNa/L8cX9xU04= =YfDF -----END PGP SIGNATURE----- --G2M7KTdWn182lHh1-- --===============7046792749117935945== 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". --===============7046792749117935945==--