From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9C9F821142FFE for ; Wed, 17 Oct 2018 20:04:51 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 20:04:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,393,1534834800"; d="scan'208";a="82099298" Received: from shzintpr02.sh.intel.com (HELO [10.7.209.58]) ([10.239.4.160]) by orsmga007.jf.intel.com with ESMTP; 17 Oct 2018 20:04:50 -0700 To: Liming Gao , edk2-devel@lists.01.org References: <1539655573-5456-1-git-send-email-liming.gao@intel.com> Cc: Laszlo Ersek , star.zeng@intel.com From: "Zeng, Star" Message-ID: Date: Thu, 18 Oct 2018 11:04:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1539655573-5456-1-git-send-email-liming.gao@intel.com> Subject: Re: [Patch 0/3] Add more checker for Tianocompress and Ueficompress X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 03:04:51 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 2018/10/16 10:06, Liming Gao wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=686 > > Liming Gao (3): > MdePkg: Add more checker in UefiDecompressLib to access the valid > buffer only > IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib > BaseTools: Add more checker in Decompress algorithm to access the > valid buffer Hi Liming, If these patches are not pushed yet, I am glad to broadcast the good request "add CVE number in subject line" from Laszlo at https://lists.01.org/pipermail/edk2-devel/2018-October/031031.html. :) Thanks, Star > > BaseTools/Source/C/Common/Decompress.c | 23 +++++++++++++++++-- > BaseTools/Source/C/TianoCompress/TianoCompress.c | 26 +++++++++++++++++++++- > .../BaseUefiTianoCustomDecompressLib.c | 16 +++++++++++-- > .../BaseUefiDecompressLib/BaseUefiDecompressLib.c | 17 ++++++++++++-- > 4 files changed, 75 insertions(+), 7 deletions(-) >