VirtualBox

Changeset 35518 in vbox


Ignore:
Timestamp:
Jan 13, 2011 10:56:26 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69402
Message:

Main/ProgressProxy: check for NULL reference, don't crash later

File:
1 edited

Legend:

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

    r35368 r35518  
    355355                    ComPtr<IVirtualBoxErrorInfo> ptrErrorInfo;
    356356                    hrc = pOtherProgress->COMGETTER(ErrorInfo)(ptrErrorInfo.asOutParam());
    357                     if (SUCCEEDED(hrc))
     357                    if (SUCCEEDED(hrc) && !ptrErrorInfo.isNull())
    358358                    {
    359359                        Bstr bstrIID;
Note: See TracChangeset for help on using the changeset viewer.

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