VirtualBox

Ignore:
Timestamp:
Jul 11, 2009 3:22:01 AM (15 years ago)
Author:
vboxsync
Message:

page list bufix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp

    r21506 r21510  
    218218                                    VERR_OUT_OF_RANGE);
    219219                    AssertMsgReturn(   off >= pCallInfo->cParms * sizeof(HGCMFunctionParameter)
    220                                     && off < cbCallInfo - sizeof(HGCMPageListInfo),
     220                                    && off <= cbCallInfo - sizeof(HGCMPageListInfo),
    221221                                    ("offset=%#x cParms=%#x cbCallInfo=%#x\n", off, pCallInfo->cParms, cbCallInfo),
    222222                                    VERR_INVALID_PARAMETER);
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