Changeset 84472 in vbox
- Timestamp:
- May 23, 2020 12:53:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r84455 r84472 1428 1428 if (SUCCEEDED(hrc)) 1429 1429 { 1430 /** @todo r=bird: Please try find a less convoluted way of adding some random 1431 * number to the name, we've got RTRandU64() for instance which you 1432 * could combine with strVMName.appendPrintfNoThrow. 1433 * 1434 * The code below is also accessing heap after it has been freed. 1435 * Guid.toString() returns a Utf8Str object which expires and is deleted 1436 * once strrchr returns. 1437 */ 1430 1438 /* what to do? create a new name from the old one with some suffix? */ 1431 1439 com::Guid newId;
Note:
See TracChangeset
for help on using the changeset viewer.