VirtualBox

Ignore:
Timestamp:
Jan 8, 2025 3:24:26 PM (9 days ago)
Author:
vboxsync
Message:

src/VBox/Main/include/MachineImpl[.h|.cpp]: Fixed warnings found by Parfait (uninitialized attributes). Left a @todo. jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r107262 r107526  
    213213#ifdef VBOX_WITH_FULL_VM_ENCRYPTION
    214214    mpKeyStore                 = NULL;
     215    fEncrypted                 = false;
    215216#endif
    216217}
     
    245246    mCpuExecutionCap = 100; /* Maximum CPU execution cap by default. */
    246247    mCpuIdPortabilityLevel = 0;
     248    mExecEngine = VMExecutionEngine_NotSet;
    247249    mCpuProfile = "host";
    248250
     
    1549915501          mstrNewPasswordId(aNewPasswordId),
    1550015502          mForce(aForce),
    15501           mllMedia(llMedia)
     15503          mllMedia(llMedia),
     15504          m_pCryptoIf(NULL)
    1550215505    {}
    1550315506
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