Initialize the variable before use it to avoid SCT test failed.

Signed-off-by: ydong10
Reviewed-by: lgao4

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2011-11-21 07:42:53 +00:00
parent 787b2f1be1
commit ea71453f72
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ SecureBootExtractConfig (
ConfigRequest = NULL;
Size = 0;
ZeroMem (&Configuration, sizeof (Configuration));
PrivateData = SECUREBOOT_CONFIG_PRIVATE_FROM_THIS (This);
*Progress = Request;