mirror of https://github.com/acidanthera/audk.git
Verify that Status variable is initialized.
submitted-by: jcarsey reviewed-by: lgrosenb reviewed-by: rhale git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11752 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
de1f9dd9b1
commit
ae69c04736
|
@ -154,6 +154,7 @@ GetEnvironmentVariableList(
|
||||||
return (Status);
|
return (Status);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Status = EFI_SUCCESS;
|
||||||
MaxVarSize = 16384;
|
MaxVarSize = 16384;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue