Changeset 104347 in vbox
- Timestamp:
- Apr 17, 2024 2:38:59 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLibSharedFoldersInline.h
r104345 r104347 1503 1503 if (pReq) 1504 1504 { 1505 char *pszPath = pReq->StrPath.String.ach; 1506 1505 char * const pszReqPath = pReq->StrPath.String.ach; 1507 1506 pReq->StrPath.u16Length = (uint16_t)cchPath; 1508 1507 pReq->StrPath.u16Size = (uint16_t)cchPath + 1; 1509 RT_BCOPY_UNFORTIFIED(psz Path, pszPath, cchPath);1510 psz Path[cchPath] = '\0';1508 RT_BCOPY_UNFORTIFIED(pszReqPath, pszPath, cchPath); 1509 pszReqPath[cchPath] = '\0'; 1511 1510 1512 1511 {
Note:
See TracChangeset
for help on using the changeset viewer.