From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.43; helo=mga05.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 3B95821180F29 for ; Sat, 10 Nov 2018 00:53:55 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2018 00:53:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,486,1534834800"; d="scan'208";a="88225315" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 10 Nov 2018 00:53:54 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 10 Nov 2018 00:53:54 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 10 Nov 2018 00:53:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.161]) by shsmsx102.ccr.corp.intel.com ([169.254.2.84]) with mapi id 14.03.0415.000; Sat, 10 Nov 2018 16:53:52 +0800 From: "Zhu, Yonghong" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression logic issue Thread-Index: AQHUd77zv8NTiDzu0kq1GfsMQGprh6VItkaA Date: Sat, 10 Nov 2018 08:53:51 +0000 Message-ID: References: <1541721496-13332-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1541721496-13332-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/3] Fix UEFI and Tiano Decompression logic issue 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: Sat, 10 Nov 2018 08:53:56 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Limi= ng Gao Sent: Friday, November 09, 2018 7:58 AM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression logic issue https://bugzilla.tianocore.org/show_bug.cgi?id=3D1317 This is a regression issue caused by previous change with more checkers in = UefiDecompress. In Decode() function, once mOutBuf is fully filled, Decode(= ) should return. Current logic misses the checker of mOutBuf after while() = loop. Liming Gao (3): BaseTools: Fix UEFI and Tiano Decompression logic issue MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issue IntelFrameworkModulePkg: Fix UEFI and Tiano Decompression logic issue BaseTools/Source/C/Common/Decompress.c = | 6 ++++++ BaseTools/Source/C/TianoCompress/TianoCompress.c = | 6 ++++++ IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiT= ianoCustomDecompressLib.c | 6 ++++++ MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c = | 6 ++++++ 4 files changed, 24 insertions(+) -- 2.16.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel