VirtualBox

Changeset 46176 in vbox for trunk/src


Ignore:
Timestamp:
May 20, 2013 7:13:04 PM (12 years ago)
Author:
vboxsync
Message:

Main/Appliance: Don't crash during import if the client forgot to call Appliance::interpret (public #10845)

File:
1 edited

Legend:

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

    r46169 r46176  
    31303130    for (it = reader.m_llVirtualSystems.begin(),
    31313131         it1 = m->virtualSystemDescriptions.begin();
    3132          it != reader.m_llVirtualSystems.end();
     3132         it != reader.m_llVirtualSystems.end(),
     3133         it1 != m->virtualSystemDescriptions.end();
    31333134         ++it, ++it1, ++i)
    31343135    {
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