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 5A8E54B241 for ; Mon, 1 Jul 2024 23:51:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EFD0268D862; Tue, 2 Jul 2024 02:51:42 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2D14368D75B for ; Tue, 2 Jul 2024 02:51:36 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 83A1A1BF203 for ; Mon, 1 Jul 2024 23:51:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1719877895; 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=02YiTsWeLO9URezssGy6dNtS9lZXugkyUsJJVS5Kqw0=; b=QPQ+styaDX8lJc2f9GmSe/vWEKZHfNAJHlZKqSaPeoeQbTfdh/S/MOGtyLYMgXayNXUHfj W9ubZ75nFstLgxlSWyAJaCBYfPK2dx9fMdUEDU1YcDAOJUYJ0Ggaop5yRxsVEkTZSiTUZs rJrKp3SW31HWX69sZYQhXJqgncu/nLhxpMQrBc+TQ2jA1aif9Py505x47lfV4u1s0V5ets d5C4byIf4i2DhFz/WehCsrEdkr1y9PB8VQb+KDUy7a46fQv9NK4B4WH8lLuSkRROROQT6V qR08Mn2UMGfTJ7HozyqRYkWd8bIUPV+zGP5ZxtyHS9rRqeG2PZt8nI/a+eBWwg== Date: Tue, 2 Jul 2024 01:51:34 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240701235134.GM4991@pb2> References: <20240630231306.3779027-1-michael@niedermayer.cc> <20240630231306.3779027-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 02/11] avcodec/vvc/dec: Check ff_init_cabac_decoder() for failure 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="===============2686257283811492565==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2686257283811492565== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N/EvDld9rH7KvG42" Content-Disposition: inline --N/EvDld9rH7KvG42 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 01, 2024 at 08:54:33PM +0800, Nuo Mi wrote: > On Mon, Jul 1, 2024 at 7:13=E2=80=AFAM Michael Niedermayer > wrote: >=20 > > Fixes: signed integer overflow: 1107820800 + 1107820800 cannot be > > represented in type 'int' > > Fixes: left shift of 1091059712 by 6 places cannot be represented in ty= pe > > 'int' > > Fixes: > > 69910/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VVC_fuzzer-5162= 839971528704 > > > LGTM will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws. -- Plato --N/EvDld9rH7KvG42 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZoNBBgAKCRBhHseHBAsP q0lHAJoDNFhsuuUcVShKfRe3DYuE4ZRj5ACeJCJELyIlj0Bpx/SAPQjTE2Wl87A= =EshU -----END PGP SIGNATURE----- --N/EvDld9rH7KvG42-- --===============2686257283811492565== 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". --===============2686257283811492565==--