VirtualBox

Changeset 104587 in vbox


Ignore:
Timestamp:
May 13, 2024 12:13:10 PM (7 months ago)
Author:
vboxsync
Message:

Devices/EFI/DevEFI.cpp: Return if flashR3LoadFromBuf() fails (not the case currently), bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r100495 r104587  
    12261226            /* Initialize the NVRAM content from the loaded ROM file as the NVRAM wasn't initialized yet. */
    12271227            rc = flashR3LoadFromBuf(&pThis->Flash, pThisCC->pu8EfiRom, pThisCC->cbNvram);
     1228            if (RT_FAILURE(rc))
     1229                return rc;
    12281230        }
    12291231        else if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette