VirtualBox

Changeset 12329 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Sep 10, 2008 8:16:23 AM (16 years ago)
Author:
vboxsync
Message:

additional checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r12328 r12329  
    756756                            ;
    757757                        const char **paExts = (const char **)RTMemAlloc((cExts+1) * sizeof(paExts[0]));
     758                        if (!paExts)
     759                        {
     760                            rc = VERR_NO_MEMORY;
     761                            break;
     762                        }
    758763                        for (iExt=0; iExt < cExts; iExt++)
    759764                        {
     
    765770                            }
    766771                        }
    767                         paExts[iExt] = NULL;
    768772                        if (RT_FAILURE(rc))
    769773                            break;
     774                        paExts[iExt] = NULL;
    770775                        pEntries[cEntries].papszFileExtensions = paExts;
    771776                        if (pBackend->paConfigInfo != NULL)
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