VirtualBox

Changeset 84472 in vbox


Ignore:
Timestamp:
May 23, 2020 12:53:37 PM (5 years ago)
Author:
vboxsync
Message:

ApplianceImplImport.cpp: r=bird @todo. bugref:9416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r84455 r84472  
    14281428            if (SUCCEEDED(hrc))
    14291429            {
     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                 */
    14301438                /* what to do? create a new name from the old one with some suffix? */
    14311439                com::Guid newId;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette