Changeset 102827 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jan 10, 2024 8:24:37 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161019
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r101400 r102827 2807 2807 uint64_t srcSgCur = (uint64_t)pSgPhysSend->GCPhysCur; 2808 2808 cbCopied = RT_MIN((uint64_t)cbRemain, srcSgLen - (srcSgCur - srcSgStart)); 2809 /* 2810 * Guest sent a bogus S/G chain, there doesn't seem to be a way to report an error but 2811 * as this shouldn't happen anyway we just stop proccessing this chain. 2812 */ 2813 if (RT_UNLIKELY(!cbCopied)) 2814 break; 2809 2815 virtioCoreGCPhysRead(pVirtio, pDevIns, 2810 2816 (RTGCPHYS)pSgPhysSend->GCPhysCur,
Note:
See TracChangeset
for help on using the changeset viewer.