Changeset 21510 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Jul 11, 2009 3:22:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r21506 r21510 218 218 VERR_OUT_OF_RANGE); 219 219 AssertMsgReturn( off >= pCallInfo->cParms * sizeof(HGCMFunctionParameter) 220 && off < cbCallInfo - sizeof(HGCMPageListInfo),220 && off <= cbCallInfo - sizeof(HGCMPageListInfo), 221 221 ("offset=%#x cParms=%#x cbCallInfo=%#x\n", off, pCallInfo->cParms, cbCallInfo), 222 222 VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.