VirtualBox

Changeset 101499 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 18, 2023 12:58:16 PM (15 months ago)
Author:
vboxsync
Message:

Devices/Misc/DevPlatform: Properly initialize the fResourceId boolean (ctached by ASAN), bugref:10528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Misc/DevPlatform.cpp

    r101320 r101499  
    476476
    477477            /* Setting a filename overrides the resource store (think of CFGM extradata from the user). */
     478            pRes->fResourceId = false;
    478479            rc = pHlp->pfnCFGMQueryStringAlloc(pCfgRes, "Filename", (char **)&pRes->pszResourceIdOrFilename);
    479480            if (rc == VERR_CFGM_VALUE_NOT_FOUND)
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