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 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E31341A1E73 for ; Wed, 26 Oct 2016 23:36:34 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 26 Oct 2016 23:36:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,404,1473145200"; d="scan'208";a="184395089" Received: from shwde7156.ccr.corp.intel.com ([10.239.158.52]) by fmsmga004.fm.intel.com with ESMTP; 26 Oct 2016 23:36:34 -0700 From: Eric Dong To: edk2-devel@lists.01.org Date: Thu, 27 Oct 2016 14:36:27 +0800 Message-Id: <1477550191-11836-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.6.4.windows.1 Subject: [Patch 0/4] Enhance IsDevciePathValid API 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: Thu, 27 Oct 2016 06:36:35 -0000 Current code may return error status and touch unsafe buffer, this patch series fix these issues. Eric Dong (4): MdePkg DevicePathLib: Rollback former change. MdePkg DevicePathLib: Validate before touch input buffer. MdePkg UefiDevicePathLib: Rollback former change. MdePkg UefiDevicePathLib: Validate before touch input buffer. .../UefiDevicePathLib/DevicePathUtilities.c | 24 ++++++++++++++-------- .../UefiDevicePathLib.c | 24 ++++++++++++++-------- 2 files changed, 30 insertions(+), 18 deletions(-) -- 2.6.4.windows.1