Changeset 61866 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 23, 2016 6:20:35 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp
r60273 r61866 1508 1508 1509 1509 Assert(pSG->aSegs[0].pv); 1510 Assert(pSG->cbTotal >= sizeof(VBOXNETFLT_PACKET_ETHEADER_SIZE));1510 Assert(pSG->cbTotal >= VBOXNETFLT_PACKET_ETHEADER_SIZE); 1511 1511 1512 1512 /** @todo Hrmpf, how can we fix this assumption? I fear this'll cause data
Note:
See TracChangeset
for help on using the changeset viewer.