From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 52FA1818F2 for ; Mon, 2 Jan 2017 22:12:41 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 02 Jan 2017 22:12:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,451,1477983600"; d="scan'208";a="48883610" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.239.196.61]) by fmsmga005.fm.intel.com with ESMTP; 02 Jan 2017 22:12:39 -0800 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Ye Ting , Fu Siyuan , Wu Jiaxin Date: Tue, 3 Jan 2017 14:12:36 +0800 Message-Id: <1483423958-71760-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [Patch 0/2] Fix the potential NULL pointer free 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: Tue, 03 Jan 2017 06:12:41 -0000 Ip4Config2SetDnsServer/Ip6ConfigSetDnsServer may cause ASSERT if the invalid DNS server address received. The issue is triggered by the NULL pointer(Tmp) free. Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (2): MdeModulePkg/Ip4Dxe: Fix the potential NULL pointer free NetworkPkg/Ip6Dxe: Fix the potential NULL pointer free MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c | 10 +++++++--- NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) -- 1.9.5.msysgit.1