VirtualBox

Ignore:
Timestamp:
Jan 29, 2018 12:31:54 PM (7 years ago)
Author:
vboxsync
Message:

VBoxManageInfo: potentially uninitialized variable due to missing error checking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r70719 r70790  
    18461846            Bstr videoChannelQuality;
    18471847            vrdeServer->GetVRDEProperty(Bstr("VideoChannel/Quality").raw(), videoChannelQuality.asOutParam());
    1848             AuthType_T authType;
     1848            AuthType_T authType = (AuthType_T)0;
    18491849            const char *strAuthType;
    18501850            vrdeServer->COMGETTER(AuthType)(&authType);
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