public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] Update comments and code for GetNextVariableName to follow UEFI 2.7
@ 2017-06-22 13:35 Star Zeng
  2017-06-22 13:35 ` [PATCH 1/2] MdePkg: Update comments " Star Zeng
  2017-06-22 13:35 ` [PATCH 2/2] MdeModulePkg Variable: Update " Star Zeng
  0 siblings, 2 replies; 3+ messages in thread
From: Star Zeng @ 2017-06-22 13:35 UTC (permalink / raw)
  To: edk2-devel; +Cc: Star Zeng

"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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-22 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22 13:35 [PATCH 0/2] Update comments and code for GetNextVariableName to follow UEFI 2.7 Star Zeng
2017-06-22 13:35 ` [PATCH 1/2] MdePkg: Update comments " Star Zeng
2017-06-22 13:35 ` [PATCH 2/2] MdeModulePkg Variable: Update " Star Zeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox