VirtualBox

Changeset 92668 in vbox


Ignore:
Timestamp:
Dec 1, 2021 3:38:24 AM (3 years ago)
Author:
vboxsync
Message:

VBoxService: Added missing error handling for UPN formatting in vgsvcGstCtrlProcessCreateProcess. [build fix]

File:
1 edited

Legend:

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

    r92667 r92668  
    14311431            if (pszDomain && *pszDomain != '\0')
    14321432            {
    1433                 pszUserUPN = pszAsUser = RTStrAPrintf2("%s@%s", pszAsUser, pszDomain);
     1433                pszAsUser = pszUserUPN = RTStrAPrintf2("%s@%s", pszAsUser, pszDomain);
    14341434                if (pszAsUser)
    14351435                    VGSvcVerbose(3, "Using UPN: %s\n", pszAsUser);
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