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 44E3E4967E for ; Fri, 16 Feb 2024 17:48:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 30EC568D2A1; Fri, 16 Feb 2024 19:48:39 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4748168D299 for ; Fri, 16 Feb 2024 19:48:32 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 694FE1C0007 for ; Fri, 16 Feb 2024 17:48:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708105711; 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=7gjCWmVcJTszXgExp17pbnHnq+qO+KCqk+RrfssByhM=; b=TY1oDRlKQ7rVN3EfUnCLwDSX/BE5YN3FwJ4pbHA7TqNMOFUYe4tFJrOXzmmaPRopO/F0lI ZYOPvotX58S5P3c7R+bb2n1F+F/vzEgnRrXE006od6iEGTLFHvPR2j9R7yEud/2wuSz6T8 8vZQ7isv0rBzePBXWSoCSfpfY5aSIn6e5KFxFeD9Y03G0lJpomZKGJpmJaw4d1S+gihpML +w/ieGPJX5m4ScEmcNvXZZoebfNJiPR6Rh0F2xlEdDP+DPh+gkwEnRytQaLYIiLILlMpoU dy228n/KhM+djMUYHeEDEwtveDSvYt2vzfmZ4EW9FqBNrWwT6olWDpwbIZPS2w== Date: Fri, 16 Feb 2024 18:48:30 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240216174830.GK6420@pb2> References: <20240216141925.3293-1-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20240216141925.3293-1-jamrial@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH] avcodec/speexdec: check for sane s->frame_size values 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="===============9019105618156543878==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============9019105618156543878== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="brpLxuozfW6EjuYX" Content-Disposition: inline --brpLxuozfW6EjuYX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 16, 2024 at 11:19:25AM -0300, James Almer wrote: > Fixes heap buffer overflows >=20 > Reported-by: sploitem > Signed-off-by: James Almer > --- > libavcodec/speexdec.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) ok, though note that i do not know speexdec.c well enough to say that this is or is not sufficient thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act. -- George Orwell --brpLxuozfW6EjuYX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZc+f5AAKCRBhHseHBAsP q9BhAKCFikZYlGAoK8umz1Dqwi2TCKwYEQCePLFzfZF4zmtOJzYmwSbyody7F0Y= =moUh -----END PGP SIGNATURE----- --brpLxuozfW6EjuYX-- --===============9019105618156543878== 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". --===============9019105618156543878==--