Changeset 84822 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 14, 2020 7:33:20 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
r84812 r84822 1289 1289 pStartupInfo->cb##a_Str = RT_MAX(pStartupInfo->cb##a_Str * cGrowthFactor, a_cbMax); 1290 1290 1291 /* We can't tell which parameter doesn't fit, so we have to resize all. */ 1291 1292 GROW_STR(Cmd , GUESTPROCESS_MAX_CMD_LEN); 1292 1293 GROW_STR(Args, GUESTPROCESS_MAX_ARGS_LEN); … … 1294 1295 1295 1296 #undef GROW_STR 1297 LogRel2(("VbglR3GuestCtrlProcGetStart: %Rrc (retry %u, cbCmd=%RU32, cbArgs=%RU32, cbEnv=%RU32)\n", 1298 rc, cRetries, pStartupInfo->cbCmd, pStartupInfo->cbArgs, pStartupInfo->cbEnv)); 1299 1300 /* Only try another round if we can peek for the next bigger size; otherwise bail out on the bottom. */ 1301 if (g_fVbglR3GuestCtrlHavePeekGetCancel) 1302 continue; 1296 1303 } 1297 1304 else
Note:
See TracChangeset
for help on using the changeset viewer.