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 AAD3C4B646 for ; Wed, 10 Jul 2024 19:48:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 833EB68DB5D; Wed, 10 Jul 2024 22:48:56 +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 55CBD68D99D for ; Wed, 10 Jul 2024 22:48:50 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id AF5E2C0002 for ; Wed, 10 Jul 2024 19:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1720640929; 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=RYqMIeIuQH9iUlD/fTQUE7lFuuvCxSaDuQl25LJKZOg=; b=KxZmOoVhhrZMyn9mfdy+ayjoXa39uxDljNi+kEtG4kQIglyTJu3zHADocDZOdly3YGhSEx Cht5avZovF0rXA2OHaIF5HBf3GRjIt1uTDmLeoJ4/jua27BcCH/8+If2bjkJnwUTF6+DHo LmPBiezuOmPLjJL6Fjo2LPRI6MU0sL+wem94dMVTcJDhsM4d5znm7+Tuu+NsWyJa0jXrKL IeuWKDGl+qeHn4WcKpd7uAXYmCzS8yl39nlX6x4G9Yi9ZVwuPHwYaFsScO4DPyi30Lul5L 87Ywh97Ug2m36nStj7migMZIK53oRno3MiStAK7Q4BNruEu9mrO/LnRim2Jc2g== Date: Wed, 10 Jul 2024 21:48:48 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240710194848.GL4991@pb2> References: <20240618134826.2189719-1-michael@niedermayer.cc> <20240618134826.2189719-7-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240618134826.2189719-7-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 7/7] avcodec/proresenc_kostya: use unsigned alpha for rotation 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="===============3063256929785404740==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3063256929785404740== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="w41lMVNXnOw3ZHPk" Content-Disposition: inline --w41lMVNXnOw3ZHPk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2024 at 03:48:26PM +0200, Michael Niedermayer wrote: > Fixes: left shift of negative value -208 > Fixes: 69073/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PRORES_KS_= fuzzer-4745020002336768 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/proresenc_kostya.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope --w41lMVNXnOw3ZHPk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZo7loAAKCRBhHseHBAsP qzuwAJ9zpNgVPTwbYn7UD21Ob0WQUBt09wCfWKzegyIqt8EHSWk7bAqokS0o6uA= =XOJS -----END PGP SIGNATURE----- --w41lMVNXnOw3ZHPk-- --===============3063256929785404740== 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". --===============3063256929785404740==--