From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 2996380332 for ; Tue, 21 Mar 2017 00:10:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490080242; x=1521616242; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=AgNNBfYRZHKZuiJUbYvMcnqChLi7EVmR2ZEAl1PSBCk=; b=pAxY+JQEgI/lsSpBJ0NKbIG4gyGZEnN9VhYQggJ5qfBl1365DcopyUQb uyCVKJIkMx9iKwr8niVcUra1ecFjEw==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 00:10:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,198,1486454400"; d="scan'208";a="78839349" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga005.fm.intel.com with ESMTP; 21 Mar 2017 00:10:41 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 21 Mar 2017 00:10:41 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 21 Mar 2017 00:10:41 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Tue, 21 Mar 2017 15:10:37 +0800 From: "Ye, Ting" To: "Hegde, Nagaraj P" , "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Zhang, Lubo" , "Fu, Siyuan" Thread-Topic: [Patch 0/2] Fix potential ASSERT if NetIp4IsUnicast is called Thread-Index: AQHSof/eNoyPm3cauEaM9MWX28Mc/qGe4GUg Date: Tue, 21 Mar 2017 07:10:37 +0000 Message-ID: References: <1490067790-68936-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: 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] Fix potential ASSERT if NetIp4IsUnicast is called X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 07:10:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting =20 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Hegd= e, Nagaraj P Sent: Tuesday, March 21, 2017 12:59 PM To: Wu, Jiaxin ; edk2-devel@lists.01.org Cc: Ye, Ting ; Zhang, Lubo ; Fu, S= iyuan Subject: Re: [edk2] [Patch 0/2] Fix potential ASSERT if NetIp4IsUnicast is = called Series Reviewed-by: Hegde, Nagaraj P -----Original Message----- From: Jiaxin Wu [mailto:jiaxin.wu@intel.com]=20 Sent: Tuesday, March 21, 2017 9:13 AM To: edk2-devel@lists.01.org Cc: Hegde, Nagaraj P ; Subramanian, Sriram ; Zhang Lubo ; Ye Ting = ; Fu Siyuan ; Wu Jiaxin Subject: [Patch 0/2] Fix potential ASSERT if NetIp4IsUnicast is called Cc: Hegde Nagaraj P Cc: Subramanian Sriram Cc: Zhang Lubo Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (2): MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is called NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is called MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Nv.c | 9 ++++++--- MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.c | 8 ++++---- MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Main.c | 5 +++-- MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Main.c | 4 ++-- MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c | 2 +- NetworkPkg/DnsDxe/DnsProtocol.c | 4 ++-- NetworkPkg/TcpDxe/TcpMain.c | 5 +++-- NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c | 5 +++-- 8 files changed, 24 insertions(+), 18 deletions(-) --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel