Changeset 86304 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 26, 2020 11:36:16 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r85748 r86304 1769 1769 REQ_CHECK_EXPR_FMT( pReq->u.In.cSegments >= 1 1770 1770 && pReq->u.In.cSegments <= 128 1771 && pReq->u.In.cSegments <= pReq->u.In.cbImageBits/ PAGE_SIZE1771 && pReq->u.In.cSegments <= (pReq->u.In.cbImageBits + PAGE_SIZE - 1) / PAGE_SIZE 1772 1772 && pReq->u.In.offSegments >= pReq->u.In.cbImageBits 1773 1773 && pReq->u.In.offSegments < pReq->u.In.cbImageWithEverything
Note:
See TracChangeset
for help on using the changeset viewer.