VirtualBox

Changeset 104347 in vbox


Ignore:
Timestamp:
Apr 17, 2024 2:38:59 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162833
Message:

VBox/VBoxGuestLibSharedFoldersInline.h: Build fix. bugref:10585

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLibSharedFoldersInline.h

    r104345 r104347  
    15031503        if (pReq)
    15041504        {
    1505             char *pszPath = pReq->StrPath.String.ach;
    1506 
     1505            char * const pszReqPath = pReq->StrPath.String.ach;
    15071506            pReq->StrPath.u16Length = (uint16_t)cchPath;
    15081507            pReq->StrPath.u16Size   = (uint16_t)cchPath + 1;
    1509             RT_BCOPY_UNFORTIFIED(pszPath, pszPath, cchPath);
    1510             pszPath[cchPath] = '\0';
     1508            RT_BCOPY_UNFORTIFIED(pszReqPath, pszPath, cchPath);
     1509            pszReqPath[cchPath] = '\0';
    15111510
    15121511            {
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