VirtualBox

Changeset 90791 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 23, 2021 10:28:24 AM (3 years ago)
Author:
vboxsync
Message:

Devices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r90330 r90791  
    17841784        return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS,
    17851785                                   N_("Failed to get ring-3 buffer for the newly created interface to '%s'"), pThis->szNetwork);
    1786     AssertRelease(VALID_PTR(GetBufferPtrsReq.pRing3Buf));
     1786    AssertRelease(RT_VALID_PTR(GetBufferPtrsReq.pRing3Buf));
    17871787    pThis->pBufR3 = GetBufferPtrsReq.pRing3Buf;
    17881788    pThis->pBufR0 = GetBufferPtrsReq.pRing0Buf;
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