VirtualBox

vbox的更動 66039 路徑 trunk/src/VBox/HostServices


忽略:
時間撮記:
2017-3-10 下午03:23:13 (8 年 以前)
作者:
vboxsync
訊息:

vbsfpath.cpp: no + 1 in previous fix. Triggers assertion on line 220 because it places pszSrc on terminator character rather than the last char.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp

    r66033 r66039  
    626626                                const bool fWildCard = RT_BOOL(fu32Options & VBSF_O_PATH_WILDCARD);
    627627                                const bool fPreserveLastComponent = RT_BOOL(fu32Options & VBSF_O_PATH_PRESERVE_LAST_COMPONENT);
    628                                 rc = vbsfCorrectPathCasing(pClient, pszFullPath, strlen(pszFullPath) + 1,
     628                                rc = vbsfCorrectPathCasing(pClient, pszFullPath, strlen(pszFullPath),
    629629                                                           fWildCard, fPreserveLastComponent);
    630630                            }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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