VirtualBox

Changeset 85147 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 9, 2020 10:24:35 AM (5 years ago)
Author:
vboxsync
Message:

Build fix for r139093.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmnetinline.h

    r85146 r85147  
    543543            if (iSeg == 0)
    544544            {
    545                 if (pGso->offHdr2 + sizeof(RTNETUDP::uh_ulen) > cbFrame)
     545                if (pGso->offHdr2 + sizeof(uint16_t) > cbFrame)
    546546                    return 0; /* Incomplete UDP header! */
    547547                /* uh_ulen cannot exceed cbFrame - pGso->offHdr2 (offset of UDP header) */
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