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 420774AFA2 for ; Tue, 25 Jun 2024 19:54:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8234C68D63E; Tue, 25 Jun 2024 22:54:30 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8543668CA42 for ; Tue, 25 Jun 2024 22:54:24 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id B5D6420004 for ; Tue, 25 Jun 2024 19:54:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1719345263; 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=jiyNJ/5FwhAxM9jwuRouWTpymDG8ATcAfiaTG7teqXE=; b=n/mQObSU3XROcmCw+wGwX1z7axQkDsmNrKaNQDIlNuzfrd4r9ruw6KywTsK2FygIvmAQgy wEmRnrHqEsgZfS36jrrH0GUSRPRMuHMQNMtC0PT9bqC2TAN367VyFLPPWqI3GOEqx5qtdQ 8Nmg1GxRbsyuGQyGe+EeIuJsB+DONpI2IwMMHTqjfFguLBDGAYH3Up73Vv599fyllMeXW/ ubT8PVITGTrSH54MZp1eucEvCJXfJAFfL0ZaAbKi2NTMLkqiKvxQRtLVnZ/Qk4rAz6FvIO 4i51+qnJTDsk1pj0YNjBCRwkkp0157QUgap2Yc+GEbcsp+gYI8LDb2qnZ53A5Q== Date: Tue, 25 Jun 2024 21:54:22 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240625195422.GJ4991@pb2> References: <20240616230831.912377-1-michael@niedermayer.cc> <20240616230831.912377-9-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240616230831.912377-9-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 9/9] avcodec/r210enc: Use av_rescale for bitrate 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="===============8856575348645268718==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8856575348645268718== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="D85EWoRcDXv1uhH1" Content-Disposition: inline --D85EWoRcDXv1uhH1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 17, 2024 at 01:08:31AM +0200, Michael Niedermayer wrote: > Fixes: signed integer overflow: 281612954574848 * 65344 cannot be represe= nted in type 'long' > Fixes: 68956/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_R210_fuzze= r-6459074458746880 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/r210enc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highest level language in which the latest supercomputer can solve the problem without the user falling asleep waiting. --D85EWoRcDXv1uhH1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZnsgbgAKCRBhHseHBAsP q1UyAJ9TgpVLDNKsNtW4yeYQHWQHsyamSQCfSwlX7W9u/qglQnmkhwUeD29qvgo= =MTHp -----END PGP SIGNATURE----- --D85EWoRcDXv1uhH1-- --===============8856575348645268718== 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". --===============8856575348645268718==--