VirtualBox

Changeset 63520 in vbox for trunk


Ignore:
Timestamp:
Aug 15, 2016 11:31:07 PM (8 years ago)
Author:
vboxsync
Message:

VbglR0SfConnect: sigh, hope this doesn't mess up on linux and bsd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c

    r63518 r63520  
    7676    data.result   = VINF_SUCCESS;
    7777    data.Loc.type = VMMDevHGCMLoc_LocalHost_Existing;
    78     memcpy(data.Loc.u.host.achName, RT_STR_TUPLE("VBoxSharedFolders") + 1);
     78    RTStrCopy(data.Loc.u.host.achName, sizeof(data.Loc.u.host.achName), "VBoxSharedFolders");
    7979
    8080    rc = VbglHGCMConnect(&pClient->handle, &data);
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