From 3f63bc365d685375ffcfa09a74ec79288fa572ef Mon Sep 17 00:00:00 2001 From: "Long, Qin" Date: Thu, 5 Feb 2015 05:37:10 +0000 Subject: [PATCH] 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 --- .../Library/DxeImageVerificationLib/DxeImageVerificationLib.c | 1 + 1 file changed, 1 insertion(+) 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;