]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add the missed local variable initialization to remove the possible warning.
authorLong, Qin <qin.long@intel.com>
Thu, 5 Feb 2015 05:37:10 +0000 (05:37 +0000)
committerqlong <qlong@Edk2>
Thu, 5 Feb 2015 05:37:10 +0000 (05:37 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: "Long, Qin" <qin.long@intel.com>
Reviewed-by: "Fu, Siyuan" <siyuan.fu@intel.com>
Reviewed-by: "Dong, Guo" <guo.dong@initel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16763 6f19259b-4bc3-4df7-8a09-765794883524

SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c

index c01ffda61608591840557d88c1150a4a0ae6cd1f..a713d0d4ae1949e23622a3da29b8d6294c3083ff 100644 (file)
@@ -1396,6 +1396,7 @@ IsAllowedByDb (
   CertList     = NULL;\r
   Cert         = NULL;\r
   RootCert     = NULL;\r
+  DbxData      = NULL;\r
   RootCertSize = 0;\r
   VerifyStatus = FALSE;\r
 \r