Add the missed local variable initialization to remove the possible warning.
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
This commit is contained in:
parent
5d6507a146
commit
3f63bc365d
|
@ -1396,6 +1396,7 @@ IsAllowedByDb (
|
||||||
CertList = NULL;
|
CertList = NULL;
|
||||||
Cert = NULL;
|
Cert = NULL;
|
||||||
RootCert = NULL;
|
RootCert = NULL;
|
||||||
|
DbxData = NULL;
|
||||||
RootCertSize = 0;
|
RootCertSize = 0;
|
||||||
VerifyStatus = FALSE;
|
VerifyStatus = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue