From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 2D06D2095D215 for ; Tue, 20 Jun 2017 06:34:38 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2017 06:36:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,364,1493708400"; d="scan'208";a="117115872" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.2]) by fmsmga006.fm.intel.com with ESMTP; 20 Jun 2017 06:35:59 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Tue, 20 Jun 2017 21:35:55 +0800 Message-Id: <1497965757-138892-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/2] Return EFI_INVALID_PARAMETER in LocateProtocol for Protocol==NULL 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, 20 Jun 2017 13:34:38 -0000 Star Zeng (2): MdePkg: Update comments for LocateProtocol to follow UEFI 2.7 spec MdeModulePkg: Return invalid param in LocateProtocol for Protocol==NULL MdeModulePkg/Core/Dxe/Hand/Locate.c | 8 ++------ MdeModulePkg/Core/PiSmmCore/Locate.c | 8 ++------ MdePkg/Include/Uefi/UefiSpec.h | 1 + 3 files changed, 5 insertions(+), 12 deletions(-) -- 2.7.0.windows.1