VirtualBox

Changeset 55491 in vbox


Ignore:
Timestamp:
Apr 28, 2015 4:23:49 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99841
Message:

GuestProcessImpl.cpp: The guest is using RTGetOptArgvFromString which expects bourne shell style quoting, so better use RTGETOPTARGV_CNV_QUOTE_BOURNE_SH when packing it down the arguments and sending them to the guest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r52934 r55491  
    10411041
    10421042        if (RT_SUCCESS(vrc))
    1043             vrc = RTGetOptArgvToString(&pszArgs, papszArgv, RTGETOPTARGV_CNV_QUOTE_MS_CRT);
     1043            vrc = RTGetOptArgvToString(&pszArgs, papszArgv, RTGETOPTARGV_CNV_QUOTE_BOURNE_SH);
    10441044
    10451045        if (papszArgv)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette