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 CC5EA4A5DA for ; Mon, 1 Apr 2024 17:06:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 58AE268CDB6; Mon, 1 Apr 2024 20:06:08 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4BBB668C444 for ; Mon, 1 Apr 2024 20:06:02 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9C451240004 for ; Mon, 1 Apr 2024 17:06:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1711991161; 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=9nOFqo0kKnrsVt8UtY/c5iiDIURvtkRjqxGiGuO8Ez4=; b=fPhjqlDp/FWerUD0mzgYLPzhAeiMm2Jwo65bSxqLj0LiVUxa9l65OxRTPkn2ZAlwLQF8DW GxC+zEutlLDnWV8fKJlQxAzwEjUQff6G1LUK8czMLaOinKP/6+PWc9KB2iTo0yLwaHidEd /ztLLfEnXE5A59JNcEWMY/A+sKV+eRY2DNn+iVj6ECLOHfY2YdXF8oI6k4djDgUeVz9zFq DkSH5ct0hOTirgbj+QhCAOY4GPaHcl76A/mjJVQfs5RTXoF53fRbFY8VVRNdAPYKIX5tZB Svz3V1S3ABQGvtg8kB3MayWmO+bxruuOwb55YZDf/SW6IQpFTDROxXwN9h56iQ== Date: Mon, 1 Apr 2024 19:06:01 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240401170601.GK6420@pb2> References: <20240126214651.22783-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240126214651.22783-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] avcodec/vvc/vvcdec: Do not submit frames without VVCFrameThread 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="===============4256541518471115588==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4256541518471115588== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EWlSyi7bXrAMe46Y" Content-Disposition: inline --EWlSyi7bXrAMe46Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 26, 2024 at 10:46:49PM +0100, Michael Niedermayer wrote: > Such frames will crash when pthread functions are called on the NULL poin= ter >=20 > Fixes: member access within null pointer of type 'VVCFrameThread' (aka 's= truct VVCFrameThread') > Fixes: 65160/clusterfuzz-testcase-minimized-ffmpeg_BSF_VVC_METADATA_fuzze= r-4665241535119360 (partly) > Fixes: 65636/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VVC_fuzzer= -5394745824182272 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/vvc/vvcdec.c | 3 +++ > 1 file changed, 3 insertions(+) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --EWlSyi7bXrAMe46Y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZgrpeAAKCRBhHseHBAsP qwLNAJ95D7BIlhx5PA4q66oZ0EOMSz1zlwCeLysdqpseBqNseRBHv9nxMo31qgw= =KuV/ -----END PGP SIGNATURE----- --EWlSyi7bXrAMe46Y-- --===============4256541518471115588== 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". --===============4256541518471115588==--