From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 F1B3521A07AA1 for ; Thu, 22 Jun 2017 06:33:57 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 22 Jun 2017 06:35:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,373,1493708400"; d="scan'208";a="983974962" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.9.2]) by orsmga003.jf.intel.com with ESMTP; 22 Jun 2017 06:35:20 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Thu, 22 Jun 2017 21:35:16 +0800 Message-Id: <1498138518-151584-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/2] Update comments and code for GetNextVariableName to follow UEFI 2.7 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: Thu, 22 Jun 2017 13:33:58 -0000 "The size must be large enough to fit input string supplied in VariableName buffer" is added in the description for VariableNameSize. And two cases of EFI_INVALID_PARAMETER are added. 1. The input values of VariableName and VendorGuid are not a name and GUID of an existing variable. 2. Null-terminator is not found in the first VariableNameSize bytes of the input VariableName buffer. Star Zeng (2): MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7 MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7 MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c | 19 +++++++++++++++++++ MdePkg/Include/Uefi/UefiSpec.h | 7 ++++++- 2 files changed, 25 insertions(+), 1 deletion(-) -- 2.7.0.windows.1