From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 51D7E81A34 for ; Fri, 16 Dec 2016 00:45:23 -0800 (PST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP; 16 Dec 2016 00:45:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,356,1477983600"; d="scan'208";a="40482556" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga004.jf.intel.com with ESMTP; 16 Dec 2016 00:45:14 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 16 Dec 2016 00:45:12 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.11]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.9]) with mapi id 14.03.0248.002; Fri, 16 Dec 2016 16:45:08 +0800 From: "Ye, Ting" To: "Fu, Siyuan" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/2] Replace ASSERT with error return code in PXE and HTTP boot. Thread-Index: AQHSV3UUvUGantdjvE6SgK6wa6nP16EKQmaw Date: Fri, 16 Dec 2016 08:45:08 +0000 Message-ID: References: <1481876334-130492-1-git-send-email-siyuan.fu@intel.com> In-Reply-To: <1481876334-130492-1-git-send-email-siyuan.fu@intel.com> Accept-Language: zh-CN, 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] Replace ASSERT with error return code in PXE and HTTP boot. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2016 08:45:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Looks good to me. Series Reviewed-by: Ye Ting =20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Fu S= iyuan Sent: Friday, December 16, 2016 4:19 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/2] Replace ASSERT with error return code in PXE an= d HTTP boot. This patch remove the ASSERT when receive a DHCP packet large than the maxi= mum cache buffer size. Fu Siyuan (2): MdeModulePkg: Replace ASSERT with error return code in PXE driver. NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver. .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c | 99 +++++++++++------ .../Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h | 5 +- NetworkPkg/HttpBootDxe/HttpBootDhcp4.c | 32 +++++- NetworkPkg/HttpBootDxe/HttpBootDhcp6.c | 29 +++-- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c | 119 +++++++++++++++--= ---- NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | 67 ++++++++---- 6 files changed, 249 insertions(+), 102 deletions(-) -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel