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.65; helo=mga03.intel.com; envelope-from=siyuan.fu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 22E8821CB87A3 for ; Mon, 25 Dec 2017 17:36:03 -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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Dec 2017 17:40:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,457,1508828400"; d="scan'208";a="5434649" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 25 Dec 2017 17:40:57 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Dec 2017 17:40:57 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 25 Dec 2017 17:40:56 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Tue, 26 Dec 2017 09:40:55 +0800 From: "Fu, Siyuan" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Ye, Ting" , "Wang, Fan" Thread-Topic: [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in DxeHttpLib. Thread-Index: AQHTfemYNoKslis0xkO5ShOLRZtmGaNU2UGg Date: Tue, 26 Dec 2017 01:40:54 +0000 Message-ID: References: <1514252029-12720-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1514252029-12720-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_PUBLIC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWE1YTM3MGUtYmFlYi00ODgwLTg5ODQtMzJlNzc0ZGJhYTljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX1BVQkxJQyJ9XX1dfSwiU3ViamVjdExhYmVscyI6W10sIlRNQ1ZlcnNpb24iOiIxNy4yLjUuMTgiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM01nSjRldjlEZ1RJUVNLb1wvVUdadXZnWVwvSWMyaUdGdnlMYWRxR3NSRDZPcjZyVHh2NTN1c0pBWk5FZWU5ejhkIn0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in DxeHttpLib. 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, 26 Dec 2017 01:36:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Fu Siyuan > -----Original Message----- > From: Wu, Jiaxin > Sent: Tuesday, December 26, 2017 9:34 AM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan ; Wang, > Fan ; Wu, Jiaxin > Subject: [Patch 0/5] MdeModulePkg/DxeHttpLib: Fix series issues in > DxeHttpLib. >=20 > Cc: Ye Ting > Cc: Fu Siyuan > Cc: Wang Fan > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Wu Jiaxin >=20 > Jiaxin Wu (5): > MdeModulePkg/DxeHttpLib: Add boundary condition check. > MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error > happen. > MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs. > MdeModulePkg/DxeHttpLib: Correct some return Status. > MdeModulePkg/DxeHttpLib: Refine some coding style. >=20 > MdeModulePkg/Include/Library/HttpLib.h | 10 +- > MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c | 190 +++++++++++++++++----= - > ----- > 2 files changed, 125 insertions(+), 75 deletions(-) >=20 > -- > 1.9.5.msysgit.1