VirtualBox

儲存庫 vbox 的更動 12329


忽略:
時間撮記:
2008-9-10 上午08:16:23 (16 年 以前)
作者:
vboxsync
訊息:

additional checks

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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