[edk2] [PATCH V2 0/3] Update comments and code for GetNextVariableName to follow UEFI 2.7

Star Zeng posted 3 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
DuetPkg/FSVariable/FSVariable.c                    | 21 +++++++++++++++++-
.../Universal/Variable/EmuRuntimeDxe/EmuVariable.c | 25 +++++++++++++++++++++-
.../Universal/Variable/RuntimeDxe/Variable.c       | 19 ++++++++++++++++
MdePkg/Include/Uefi/UefiSpec.h                     |  7 +++++-
4 files changed, 69 insertions(+), 3 deletions(-)
[edk2] [PATCH V2 0/3] Update comments and code for GetNextVariableName to follow UEFI 2.7
Posted by Star Zeng 6 years, 9 months ago
V2: Add changes for EmuVariable and FsVariable.

"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 (3):
  MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7
  MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7
  DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

 DuetPkg/FSVariable/FSVariable.c                    | 21 +++++++++++++++++-
 .../Universal/Variable/EmuRuntimeDxe/EmuVariable.c | 25 +++++++++++++++++++++-
 .../Universal/Variable/RuntimeDxe/Variable.c       | 19 ++++++++++++++++
 MdePkg/Include/Uefi/UefiSpec.h                     |  7 +++++-
 4 files changed, 69 insertions(+), 3 deletions(-)

-- 
2.7.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH V2 0/3] Update comments and code for GetNextVariableName to follow UEFI 2.7
Posted by Gao, Liming 6 years, 9 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Star
>Zeng
>Sent: Friday, June 23, 2017 4:08 PM
>To: edk2-devel@lists.01.org
>Cc: Zeng, Star <star.zeng@intel.com>
>Subject: [edk2] [PATCH V2 0/3] Update comments and code for
>GetNextVariableName to follow UEFI 2.7
>
>V2: Add changes for EmuVariable and FsVariable.
>
>"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 (3):
>  MdePkg: Update comments for GetNextVariableName to follow UEFI 2.7
>  MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7
>  DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7
>
> DuetPkg/FSVariable/FSVariable.c                    | 21 +++++++++++++++++-
> .../Universal/Variable/EmuRuntimeDxe/EmuVariable.c | 25
>+++++++++++++++++++++-
> .../Universal/Variable/RuntimeDxe/Variable.c       | 19 ++++++++++++++++
> MdePkg/Include/Uefi/UefiSpec.h                     |  7 +++++-
> 4 files changed, 69 insertions(+), 3 deletions(-)
>
>--
>2.7.0.windows.1
>
>_______________________________________________
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel