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 ESMTPS id 9126C4B368 for ; Tue, 21 Jan 2025 18:07:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DDA1D68B722; Tue, 21 Jan 2025 20:07:03 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9A42A68B586 for ; Tue, 21 Jan 2025 20:06:57 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id F0F59FF802 for ; Tue, 21 Jan 2025 18:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1737482817; 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=SLX2Qxbe1RC9tojWbs8wUtp9roVgNIqc6LcF5aCw58o=; b=d5VMWo72HQyVk9z83CS85/YzZQW4tHIx2XyK2UKsGXLiPirRO0SfPvaNnbE7Y5CpyV8Jmy HjXiRXXj+VG0TxZD14FsT0KvAESPGFK2WaIG6XZcqI55e6RFOKIRImgeZmXIZVpmM4USsT EGXXVwuzDbLc5qCHQs0qmoDgttZlS28MfiR2f/fkwxobPZx/HrnnKzEBUBAXkrbkAVusev 5UDXWdPx98xvECLTPK+Bkpe4e70sFmcf7aN221AUQTcphfFyOw/uZSSUvU66mjBMG7ZwiR +EYGCsMwtFhDoS+9NIk47PeIoWCXR8oi8amxZHKLGNfIirZEyk0QjUIg3CTm6w== Date: Tue, 21 Jan 2025 19:06:56 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250121180656.GQ4991@pb2> References: <20241130022059.1761651-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20241130022059.1761651-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] avcodec/huffyuvdec: Initialize whole output for decode_gray_bitstream() 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="===============0309901152642072974==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0309901152642072974== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+en3CK4fvlpWhH9K" Content-Disposition: inline --+en3CK4fvlpWhH9K Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 30, 2024 at 03:20:57AM +0100, Michael Niedermayer wrote: > Fixes: use of uninitialized memory > Fixes: 375286238/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HYMT_f= uzzer-6352546854141952 >=20 > Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/t= ree/master/projects/ffmpeg > Signed-off-by: Michael Niedermayer > --- > libavcodec/huffyuvdec.c | 2 ++ > 1 file changed, 2 insertions(+) will apply patch #1 and #2 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In a rich man's house there is no place to spit but his face. -- Diogenes of Sinope --+en3CK4fvlpWhH9K Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ4/iQAAKCRBhHseHBAsP q7G6AJ9BoFXR8/aQf/AIdl50lFinMtKIiQCeIJRl3L/ifcssHKhzhCjsvhzyORs= =yTG0 -----END PGP SIGNATURE----- --+en3CK4fvlpWhH9K-- --===============0309901152642072974== 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". --===============0309901152642072974==--