Changeset 10694 in vbox for trunk/src/VBox
- Timestamp:
- Jul 16, 2008 12:12:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r10680 r10694 3616 3616 return VERR_INVALID_PARAMETER; 3617 3617 } 3618 /** @todo validate pReq->u.In.EP.VMMR0.pvVMMR0 against pvImage! */ 3618 3619 if ( (uintptr_t)pReq->u.In.EP.VMMR0.pvVMMR0EntryInt - (uintptr_t)pImage->pvImage >= pReq->u.In.cbImage 3619 3620 || (uintptr_t)pReq->u.In.EP.VMMR0.pvVMMR0EntryFast - (uintptr_t)pImage->pvImage >= pReq->u.In.cbImage
Note:
See TracChangeset
for help on using the changeset viewer.