VirtualBox

vbox的更動 46700 路徑 trunk/src/VBox/Runtime/r3


忽略:
時間撮記:
2013-6-20 上午11:05:39 (11 年 以前)
作者:
vboxsync
訊息:

ldrNative-win.cpp: Assert on relative paths.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp

    r46697 r46700  
    5050    Assert(sizeof(*phHandle) >= sizeof(HMODULE));
    5151    AssertReturn(fFlags == 0 || fFlags == RTLDRLOAD_FLAGS_NO_UNLOAD, VERR_INVALID_PARAMETER);
     52    AssertLogRelMsgReturn(RTPathStartsWithRoot(pszFilename),  /* Relative names will still be applied to the search path. */
     53                          ("pszFilename='%s'\n", pszFilename),
     54                          VERR_INTERNAL_ERROR_2);
    5255
    5356    /*
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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