VirtualBox

Changeset 103412 in vbox


Ignore:
Timestamp:
Feb 19, 2024 7:13:29 AM (9 months ago)
Author:
vboxsync
Message:

Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/efi/efivarstorevfs.cpp

    r100908 r103412  
    18481848            pDirEntry->szName[cbName] = '\0';
    18491849            pDirEntry->cbName         = (uint16_t)cbName;
    1850             rc = rtEfiVarStore_QueryInfo(cbObject, fIsDir, &Time, &pDirEntry->Info, enmAddAttr);
     1850            rc = rtEfiVarStore_QueryInfo(cbObject, fIsDir, pTimeSpec, &pDirEntry->Info, enmAddAttr);
    18511851            if (RT_SUCCESS(rc))
    18521852            {
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