- Timestamp:
- Aug 10, 2007 11:34:02 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r4105 r4107 147 147 if (VBOX_SUCCESS(rc)) 148 148 { 149 void * *apvCtx = (void **)alloca(sizeof(void *) * pCallInfo->cParms);149 void *apvCtx[VBOX_HGCM_MAX_PARMS]; 150 150 memset (apvCtx, 0, sizeof(void *) * pCallInfo->cParms); 151 151
Note:
See TracChangeset
for help on using the changeset viewer.