mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
Fix an K9 issue in variable driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11245 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
76f6d95440
commit
b59ad7519f
@ -199,6 +199,7 @@ UpdateVariableStore (
|
||||
// Check if the Data is Volatile.
|
||||
//
|
||||
if (!Volatile) {
|
||||
ASSERT (Fvb != NULL);
|
||||
Status = Fvb->GetPhysicalAddress(Fvb, &FvVolHdr);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user