VirtualBox

Changeset 104355 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 17, 2024 6:22:32 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162842
Message:

SrvIntNetR0: Fixed regression from r162583 that caused allocation of one segment instead of two ​bugref:10585

File:
1 edited

Legend:

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

    r104159 r104355  
    29362936    union
    29372937    {
    2938         uint8_t     abBuf[sizeof(INTNETSG) + sizeof(INTNETSEG)];
     2938        uint8_t     abBuf[sizeof(INTNETSG) + 2 * sizeof(INTNETSEG)];
    29392939        INTNETSG    SG;
    29402940    } u;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette