From: Long, Qin Date: Thu, 5 Feb 2015 05:37:10 +0000 (+0000) Subject: Add the missed local variable initialization to remove the possible warning. X-Git-Tag: edk2-stable201903~10340 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3f63bc365d685375ffcfa09a74ec79288fa572ef Add the missed local variable initialization to remove the possible warning. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Long, Qin" Reviewed-by: "Fu, Siyuan" Reviewed-by: "Dong, Guo" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16763 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c index c01ffda616..a713d0d4ae 100644 --- a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c +++ b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c @@ -1396,6 +1396,7 @@ IsAllowedByDb ( CertList = NULL; Cert = NULL; RootCert = NULL; + DbxData = NULL; RootCertSize = 0; VerifyStatus = FALSE;