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.115; helo=mga14.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 5F0B421CB2E2D for ; Tue, 2 Jan 2018 00:23:09 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2018 00:28:11 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,495,1508828400"; d="scan'208";a="16161919" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 02 Jan 2018 00:28:11 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 00:28:11 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 2 Jan 2018 00:28:10 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Tue, 2 Jan 2018 16:28:09 +0800 From: "Gao, Liming" To: "Wang, Jian J" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/2] Fix incomplete print output Thread-Index: AQHTg6Ka4be0+Wq3/U60EKw6hGWXR6NgP8zw Date: Tue, 2 Jan 2018 08:28:08 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E19D05E@SHSMSX104.ccr.corp.intel.com> References: <20180102082021.17792-1-jian.j.wang@intel.com> In-Reply-To: <20180102082021.17792-1-jian.j.wang@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/2] Fix incomplete print output X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 08:23:09 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jia= n >J Wang >Sent: Tuesday, January 02, 2018 4:20 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [PATCH 0/2] Fix incomplete print output > >This is caused by previous patch tring to fix string over-read. The root >cause is that the format string may be ascii or unicode but that patch >assumes it just ascii string. > >Jian J Wang (2): > MdePkg/BasePrintLib: Fix incomplete print output > MdeModulePkg/DxePrintLibPrint2Protocol: Fix incomplete print output > > MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c | 8 ++++++-- > MdePkg/Library/BasePrintLib/PrintLibInternal.c | 8 ++++++-- > 2 files changed, 12 insertions(+), 4 deletions(-) > >-- >2.15.1.windows.2 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel