Changeset 103067 in vbox for trunk/include
- Timestamp:
- Jan 25, 2024 3:31:01 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLibSharedFoldersInline.h
r101360 r103067 1506 1506 pReq->StrPath.u16Size = (uint16_t)cchPath + 1; 1507 1507 RT_BCOPY_UNFORTIFIED(pReq->StrPath.String.ach, pszPath, cchPath); 1508 pReq->StrPath.String.ach[cchPath]= '\0';1508 *(pReq->StrPath.String.ach + cchPath) = '\0'; 1509 1509 1510 1510 {
Note:
See TracChangeset
for help on using the changeset viewer.