VirtualBox

Ignore:
Timestamp:
Sep 5, 2008 3:57:39 PM (16 years ago)
Author:
vboxsync
Message:

disk: ixed a bunch of NULL pointer accesses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp

    r11484 r12143  
    834834    {
    835835        pCbProgress = VDGetInterfaceProgress(pIfProgress);
    836         pfnProgress = pCbProgress->pfnProgress;
     836        if (pCbProgress)
     837            pfnProgress = pCbProgress->pfnProgress;
    837838        pvUser = pIfProgress->pvUser;
    838839    }
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