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.88; helo=mga01.intel.com; envelope-from=fan.wang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 E6D59222A54C3 for ; Tue, 2 Jan 2018 18:26:59 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2018 18:32:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,500,1508828400"; d="scan'208";a="20931402" Received: from fanwang2-hp.ccr.corp.intel.com ([10.239.9.33]) by orsmga001.jf.intel.com with ESMTP; 02 Jan 2018 18:32:01 -0800 From: fanwang2 To: edk2-devel@lists.01.org Cc: Wang Fan Date: Wed, 3 Jan 2018 10:31:48 +0800 Message-Id: <1514946711-4056-1-git-send-email-fan.wang@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [Patch 0/3] Fix a set of issues for DxeNetLib 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: Wed, 03 Jan 2018 02:27:00 -0000 From: Wang Fan See each patch file for details. Wang Fan (3): MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition. MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling. MdeModulePkg/DxeNetLib: Fix an error in packet length counting. MdeModulePkg/Library/DxeNetLib/DxeNetLib.c | 124 +++++++++++++++++++++++++---- 1 file changed, 107 insertions(+), 17 deletions(-) -- 1.9.5.msysgit.1