VirtualBox

Changeset 85975 in vbox for trunk/src/VBox/Storage/VD.cpp


Ignore:
Timestamp:
Sep 1, 2020 11:31:28 AM (4 years ago)
Author:
vboxsync
Message:

Storage/VD.cpp: pVDIfsOperation is allowed to be NULL in VDCreateBase. bugref:9224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r85947 r85975  
    62206220                 uOpenFlags, pVDIfsImage, pVDIfsOperation));
    62216221
    6222     AssertPtrReturn(pVDIfsOperation, VERR_INVALID_PARAMETER);
     6222    AssertPtrNullReturn(pVDIfsOperation, VERR_INVALID_PARAMETER);
    62236223    PVDINTERFACEPROGRESS pIfProgress = VDIfProgressGet(pVDIfsOperation);
    62246224
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