VirtualBox

Changeset 10694 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2008 12:12:39 PM (16 years ago)
Author:
vboxsync
Message:

Note about missing input validation pvVMMR0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r10680 r10694  
    36163616                return VERR_INVALID_PARAMETER;
    36173617            }
     3618            /** @todo validate pReq->u.In.EP.VMMR0.pvVMMR0 against pvImage! */
    36183619            if (    (uintptr_t)pReq->u.In.EP.VMMR0.pvVMMR0EntryInt  - (uintptr_t)pImage->pvImage >= pReq->u.In.cbImage
    36193620                ||  (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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette