Changeset 85147 in vbox for trunk/include/VBox
- Timestamp:
- Jul 9, 2020 10:24:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmnetinline.h
r85146 r85147 543 543 if (iSeg == 0) 544 544 { 545 if (pGso->offHdr2 + sizeof( RTNETUDP::uh_ulen) > cbFrame)545 if (pGso->offHdr2 + sizeof(uint16_t) > cbFrame) 546 546 return 0; /* Incomplete UDP header! */ 547 547 /* uh_ulen cannot exceed cbFrame - pGso->offHdr2 (offset of UDP header) */
Note:
See TracChangeset
for help on using the changeset viewer.