VirtualBox

Changeset 88866 in vbox


Ignore:
Timestamp:
May 4, 2021 5:41:57 PM (4 years ago)
Author:
vboxsync
Message:

DrvIntNetR0: Provide more info in intnetR0SgReadPart assertion.

File:
1 edited

Legend:

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

    r82968 r88866  
    650650                  ||  pSG->aSegs[0].cb >= off + cb))
    651651    {
    652         Assert(pSG->cbTotal == pSG->aSegs[0].cb);
     652        AssertMsg(pSG->cbTotal == pSG->aSegs[0].cb, ("%#x vs %#x\n", pSG->cbTotal, pSG->aSegs[0].cb));
    653653        memcpy(pvBuf, (uint8_t const *)pSG->aSegs[0].pv + off, cb);
    654654        return true;
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