VirtualBox

儲存庫 vbox 的更動 35599


忽略:
時間撮記:
2011-1-18 上午09:52:52 (14 年 以前)
作者:
vboxsync
訊息:

Main/linux/USBGetDevices: fix a crash due to a missed error

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp

    r34716 r35599  
    977977                     entry.d_name) < 0)
    978978            return RTErrConvertFromErrno(errno);
    979         pszPath = RTStrDup(realpath(szPath, szRealPath));
     979        if (!realpath(szPath, szRealPath))
     980            return RTErrConvertFromErrno(errno);
     981        pszPath = RTStrDup(szRealPath);
    980982        if (!pszPath)
    981983            return VERR_NO_MEMORY;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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