Changeset 86298 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Sep 25, 2020 9:07:47 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140575
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r85946 r86298 6295 6295 } 6296 6296 size_t cbFinal = strlen(pszWhere) + 1 + strlen(pszByWhat) - strlen(pszWhat); 6297 char *pszNewStr = (char *)RTMemAlloc(cbFinal);6297 char *pszNewStr = RTStrAlloc(cbFinal); 6298 6298 if (pszNewStr) 6299 6299 {
Note:
See TracChangeset
for help on using the changeset viewer.