diff options
author | Eric Dong <eric.dong@intel.com> | 2014-07-28 07:45:49 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-07-28 07:45:49 +0000 |
commit | d4193108b51f5aae16805eaf753dfc9b6d7b15f2 (patch) | |
tree | f86f020adbee365f6618507ce2c0a1261dd37375 /SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c | |
parent | 94866d4035b84523a61488f000dcaad13bfd4aa5 (diff) | |
download | edk2-platforms-d4193108b51f5aae16805eaf753dfc9b6d7b15f2.tar.xz |
Update code to support VS2013 tool chain.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15694 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c')
-rw-r--r-- | SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c b/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c index 6a33a78da4..6b9ca960b6 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/Variable.c @@ -3881,6 +3881,7 @@ GetFvbInfoByAddress ( EFI_FIRMWARE_VOLUME_HEADER *FwVolHeader;
EFI_FVB_ATTRIBUTES_2 Attributes;
+ HandleBuffer = NULL;
//
// Get all FVB handles.
//
|