audk/MdeModulePkg/Universal/Variable/RuntimeDxe
Star Zeng 6f817f9b8b MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7
"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.

This patch is to update code to follow them.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2017-06-27 13:57:39 +08:00
..
Measurement.c MdeModulePkg: Variable: Update DBT PCR[7] measure 2017-03-06 09:58:58 +08:00
Reclaim.c MdeModulePkg Variable: Merge from Auth Variable driver in SecurityPkg 2015-07-01 03:08:29 +00:00
TcgMorLockDxe.c MdeModulePkg: Add MorLockDxe to variable driver. 2016-01-19 13:21:18 +00:00
TcgMorLockSmm.c MdeModulePkg/Universal: Fix typos in comments 2016-10-27 09:11:19 +08:00
VarCheck.c MdeModulePkg Variable: Consume the separated VarCheckLib 2015-08-25 03:01:56 +00:00
Variable.c MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7 2017-06-27 13:57:39 +08:00
Variable.h MdeModulePkg Variable: Update GetNextVariableName to follow UEFI 2.7 2017-06-27 13:57:39 +08:00
VariableDxe.c MdeModulePkg: Variable: Update PCR[7] measure for new TCG spec 2017-01-22 13:03:06 +08:00
VariableExLib.c MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64() 2015-07-27 00:49:00 +00:00
VariableRuntimeDxe.inf MdeModulePkg: Variable: Update PCR[7] measure for new TCG spec 2017-01-22 13:03:06 +08:00
VariableRuntimeDxe.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
VariableRuntimeDxeExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
VariableSmm.c MdeModulePkg VariableSmm: Check InfoSize correctly 2016-12-12 09:55:37 +08:00
VariableSmm.inf MdeModulePkg: Use IsZeroGuid API for zero GUID checking 2016-08-31 11:14:01 +08:00
VariableSmm.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
VariableSmmExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
VariableSmmRuntimeDxe.c MdeModulePkg: Variable: Update PCR[7] measure for new TCG spec 2017-01-22 13:03:06 +08:00
VariableSmmRuntimeDxe.inf MdeModulePkg: Variable: Update PCR[7] measure for new TCG spec 2017-01-22 13:03:06 +08:00
VariableSmmRuntimeDxe.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00
VariableSmmRuntimeDxeExtra.uni MdeModulePkg: Convert all .uni files to utf-8 2015-12-15 04:56:23 +00:00