From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web10.1009.1605924471293608717 for ; Fri, 20 Nov 2020 18:07:51 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TqIp5lOH; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605924470; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JUkPOnLy13ut/BhOyLR1dRY8GdkuuwKrFKLxvUQ6ETk=; b=TqIp5lOHqdPKJwE3mIF2FMaoixyjMey2YPHD8j6HfEADlO6Vz5cM+LdykcfUYHtjqKEQtB 84QSzoN2RJCdmp9Cww6ibLSOWbLw8cPO+WsKBUo1u7csy9sFYYN2oObA9lmrtifCtGnwQh 7PK0i9mrQk6LmEboEhCMvqGSlbdCqMk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-32-DvarutWWNS68gjQIkhteHg-1; Fri, 20 Nov 2020 21:07:41 -0500 X-MC-Unique: DvarutWWNS68gjQIkhteHg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A86A61842142; Sat, 21 Nov 2020 02:07:40 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-21.ams2.redhat.com [10.36.112.21]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2A81B5C1D5; Sat, 21 Nov 2020 02:07:38 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH RESEND 0/1] security fix: possible heap corruption with LzmaUefiDecompressGetInfo From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Dandan Bi , Hao A Wu , Jian J Wang , Liming Gao , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20201119115034.12897-1-lersek@redhat.com> Message-ID: Date: Sat, 21 Nov 2020 03:07:37 +0100 MIME-Version: 1.0 In-Reply-To: <20201119115034.12897-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit On 11/19/20 12:50, Laszlo Ersek wrote: > Repo: https://pagure.io/lersek/edk2.git > Branch: tianocore_1816_resend > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1816 > > "RESEND" because I'm publicly posting the patch from > . > > The Reviewed-by tags on the patch originate from > and > . > > Repeated the simple regression test at > . > > This series targets edk2-stable202011. I plan to merge it later this > week, based on Liming's R-b. > > Liming, highlighting TianoCore#1816 in the "proposed features" list > could be useful. > > Cc: Dandan Bi > Cc: Hao A Wu > Cc: Jian J Wang > Cc: Liming Gao > Cc: Philippe Mathieu-Daudé > > Thanks! > Laszlo > > Laszlo Ersek (1): > MdeModulePkg/LzmaCustomDecompressLib: catch 4GB+ uncompressed buffer > sizes > > MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLibInternal.h | 5 +++++ > MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c | 7 +++++++ > 2 files changed, 12 insertions(+) > Merged as commit e7bd0dd26db7, via . Thanks, Laszlo