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 269564B0FA for ; Thu, 27 Jun 2024 21:30:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0A1F868D595; Fri, 28 Jun 2024 00:30:37 +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 620DA68AA7E for ; Fri, 28 Jun 2024 00:30:30 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4C024240003 for ; Thu, 27 Jun 2024 21:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1719523829; 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=wbaRi+RKPmwWEBmbnGvgW6LnY0Zb0nl3rySQiQ5K55g=; b=INrcBmiN5IJ3LTviJeIR5RMi8f5+p1pXsuSQ5vLQJGFlTBb017z0z4kG8s+qjfCSiKhnyT runIKmG/78vAIus13HNAy/1yhsGwzQujBWuK7xEVgnXVBUETzX+85CKmaUFFxrQF9LFGUV zQA6OLQK0jN6/hFsoUB7Fa+VNXwCjLDR2Jfq9WRVKA6XsTL/8lHVEBcHdabDV84MDAYhp/ CkgraHrYFvx3ZvVEwIF78m2ZBmu0Yz19DM4muXlMD27ugtfiljsZsRLLhsm4dBnQLJginf UhlPUaH6RSMme/TgNLOS5N2epI39UwmaSM+c1iBt90wW6JonsjBeZ8Q6pLijug== Date: Thu, 27 Jun 2024 23:30:28 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240627213028.GW4991@pb2> References: <20240625215030.321-1-kasper93@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240625215030.321-1-kasper93@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avformat/nuv: return early if header id fails to read 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="===============1616879309188533190==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1616879309188533190== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="SuGb6p5JEpzYJdwO" Content-Disposition: inline --SuGb6p5JEpzYJdwO Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 25, 2024 at 11:50:30PM +0200, Kacper Michaj=C5=82ow wrote: > Fixes use of uninitialized value in memcmp below, reported by MSAN. >=20 > Found by OSS-Fuzz. >=20 > Signed-off-by: Kacper Michaj=C5=82ow > --- > libavformat/nuv.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) will apply thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The educated differ from the uneducated as much as the living from the dead. -- Aristotle=20 --SuGb6p5JEpzYJdwO Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZn3Z8QAKCRBhHseHBAsP q3jVAJsFdmj3DTu4Agpc6gFYVDyccjAC/ACfUmOjsGVQYLa7YTap0hPGjhNDqeI= =GE9f -----END PGP SIGNATURE----- --SuGb6p5JEpzYJdwO-- --===============1616879309188533190== 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". --===============1616879309188533190==--