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 44801447A5 for ; Fri, 23 Sep 2022 21:19:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5921C68BC4D; Sat, 24 Sep 2022 00:19:53 +0300 (EEST) Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AEC5268BC33 for ; Sat, 24 Sep 2022 00:19:46 +0300 (EEST) Received: from relay10.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::230]) by mslow1.mail.gandi.net (Postfix) with ESMTP id CC465CC9FF for ; Fri, 23 Sep 2022 21:04:04 +0000 (UTC) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id D622D240008 for ; Fri, 23 Sep 2022 21:03:58 +0000 (UTC) Date: Fri, 23 Sep 2022 23:03:57 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220923210357.GU6583@pb2> References: <20220917211557.11547-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20220917211557.11547-1-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [PATCH 1/9] avformat/ape: Check frames size 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="===============5378002714913230713==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5378002714913230713== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kbZGpL0ScFxCd8mt" Content-Disposition: inline --kbZGpL0ScFxCd8mt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 17, 2022 at 11:15:49PM +0200, Michael Niedermayer wrote: > Fixes: signed integer overflow: 9223372036854775806 + 3 cannot be represe= nted in type 'long' > Fixes: 50993/clusterfuzz-testcase-minimized-ffmpeg_dem_APE_fuzzer-6389264= 140599296 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavformat/ape.c | 2 ++ > 1 file changed, 2 insertions(+) will apply patchset [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell --kbZGpL0ScFxCd8mt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iFwEABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYy4fPQAKCRBhHseHBAsP q7w6AJ4ncXYFNxK/pxgwuCPYN8QATz6C/wCYo1rVnxpr2CnEg+8ZpPx9OYUPxA== =GH1c -----END PGP SIGNATURE----- --kbZGpL0ScFxCd8mt-- --===============5378002714913230713== 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". --===============5378002714913230713==--