VirtualBox

Changeset 28848 in vbox


Ignore:
Timestamp:
Apr 27, 2010 5:06:44 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60775
Message:

intnetinline.h: incorrect assertion, < instead of <=. duh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/intnetinline.h

    r28800 r28848  
    206206
    207207    /* validate assumptions */
    208     Assert(cbToRead          <  pSG->cbTotal);
     208    Assert(cbToRead          <= pSG->cbTotal);
    209209    Assert(offSrc            <= pSG->cbTotal);
    210210    Assert(offSrc + cbToRead <= pSG->cbTotal);
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