Changeset 106664 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 24, 2024 2:06:28 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165514
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp
r106663 r106664 818 818 { 819 819 uint64_t cbDataTmp = 0; 820 void *pvDataTmp = RTMemAlloc (pDataHdr->cbMeta);820 void *pvDataTmp = RTMemAllocZ(pDataHdr->cbMeta); 821 821 if (!pvDataTmp) 822 822 rc = VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.