Changeset 101360 in vbox for trunk/include
- Timestamp:
- Oct 5, 2023 3:27:58 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159363
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLibSharedFoldersInline.h
r98103 r101360 1505 1505 pReq->StrPath.u16Length = (uint16_t)cchPath; 1506 1506 pReq->StrPath.u16Size = (uint16_t)cchPath + 1; 1507 memcpy(pReq->StrPath.String.ach, pszPath, cchPath);1507 RT_BCOPY_UNFORTIFIED(pReq->StrPath.String.ach, pszPath, cchPath); 1508 1508 pReq->StrPath.String.ach[cchPath] = '\0'; 1509 1509
Note:
See TracChangeset
for help on using the changeset viewer.