audk/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal
Star Zeng 5b03f1b514 SecurityPkg EsalVariableDxeSal: Use input Global to make code more clear
SecurityPkg\VariableAuthenticated\EsalVariableDxeSal\Variable.c
AutoUpdateLangVariable()
Global->PlatformLangCodes[VirtualMode] = AllocateRuntimeCopyPool
  (DataSize, Data);
ASSERT (mVariableModuleGlobal->PlatformLangCodes[VirtualMode] != NULL);

The patch is to use Global instead of mVariableModuleGlobal in the
ASSERT (XXX) to make code more clear although mVariableModuleGlobal is
equal to Global actually.

Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Amy Chan <amy.chan@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by: Amy Chan <amy.chan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
2016-06-03 15:01:05 +08:00
..
AuthService.c SecurityPkg: Delete Auth Variable driver 2015-07-01 03:13:02 +00:00
AuthService.h Add security package to repository. 2011-09-02 07:49:32 +00:00
EsalVariableDxeSal.inf SecurityPkg: INF/DEC file updates to EDK II packages 2014-08-28 05:31:09 +00:00
EsalVariableDxeSal.uni SecurityPkg: Convert all .uni files to utf-8 2015-12-15 04:58:32 +00:00
EsalVariableDxeSalExtra.uni SecurityPkg: Convert all .uni files to utf-8 2015-12-15 04:58:32 +00:00
InitVariable.c Change IPF version AuthVariable driver to support multiple-platform feature. 2011-11-17 02:40:28 +00:00
Reclaim.c Add security package to repository. 2011-09-02 07:49:32 +00:00
Variable.c SecurityPkg EsalVariableDxeSal: Use input Global to make code more clear 2016-06-03 15:01:05 +08:00
Variable.h SecurityPkg: Delete Auth Variable driver 2015-07-01 03:13:02 +00:00