VirtualBox

Changeset 83420 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 25, 2020 4:54:35 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/Main + VBoxService: Resolved another @todo: Added ability for guest processes to use argv[0] independently of the actual execution command [build fix]. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlProcess.cpp

    r83419 r83420  
    15251525                                RTGETOPTARGV_CNV_QUOTE_BOURNE_SH, NULL);
    15261526
     1527#ifdef VBOX_STRICT
    15271528    const bool fHasArgv0 = RT_BOOL(g_fControlHostFeatures0 & VBOX_GUESTCTRL_HF_0_PROCESS_ARGV0);
    15281529
     
    15321533              ("StartupInfo.uNumArgs=%RU32 != cArgs=%d, fHostFeatures0=%#x\n",
    15331534               pProcess->StartupInfo.uNumArgs, cArgs, g_fControlHostFeatures0));
     1535#endif
     1536
    15341537    /*
    15351538     * Create the environment.
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