VirtualBox

儲存庫 vbox 的更動 17055


忽略:
時間撮記:
2009-2-24 上午11:43:36 (16 年 以前)
作者:
vboxsync
訊息:

OVF: don't crash if href is empty in OVF XML

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17033 r17055  
    15001500                    {
    15011501                        /* If the href is empty use the VM name as filename */
    1502                         Utf8Str strFilename = di.strHref.c_str();
    1503                         if (di.strHref.c_str()[0] == 0)
     1502                        Utf8Str strFilename = di.strHref;
     1503                        if (!strFilename.length())
    15041504                            strFilename = Utf8StrFmt("%s.vmdk", nameVBox.c_str());
    15051505                        /* Construct a unique target path */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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