Changeset 88866 in vbox
- Timestamp:
- May 4, 2021 5:41:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r82968 r88866 650 650 || pSG->aSegs[0].cb >= off + cb)) 651 651 { 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)); 653 653 memcpy(pvBuf, (uint8_t const *)pSG->aSegs[0].pv + off, cb); 654 654 return true;
Note:
See TracChangeset
for help on using the changeset viewer.