Changeset 28848 in vbox
- Timestamp:
- Apr 27, 2010 5:06:44 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60775
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnetinline.h
r28800 r28848 206 206 207 207 /* validate assumptions */ 208 Assert(cbToRead < 208 Assert(cbToRead <= pSG->cbTotal); 209 209 Assert(offSrc <= pSG->cbTotal); 210 210 Assert(offSrc + cbToRead <= pSG->cbTotal);
Note:
See TracChangeset
for help on using the changeset viewer.