vbox的更動 12423 路徑 trunk/src/VBox/Devices/Storage
- 時間撮記:
- 2008-9-12 下午02:42:49 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r12368 r12423 26 26 #include <VBox/VBoxHDD-new.h> 27 27 #include <VBox/err.h> 28 28 #include <VBox/sup.h> 29 29 #include <VBox/log.h> 30 30 31 #include <iprt/alloc.h> 31 32 #include <iprt/assert.h> … … 195 196 196 197 /* Try to load the plugin (RTLdrLoad takes care of the suffix). */ 197 rc = RTLdrLoad(pszPluginName, &hPlugin);198 rc = SUPR3HardenedLdrLoad(pszPluginName, &hPlugin); 198 199 if (RT_SUCCESS(rc)) 199 200 { … … 730 731 } 731 732 732 rc = RTLdrLoad(pszPluginPath, &hPlugin);733 rc = SUPR3HardenedLdrLoad(pszPluginPath, &hPlugin); 733 734 if (RT_SUCCESS(rc)) 734 735 { … … 1015 1016 } 1016 1017 1017 rc = RTLdrLoad(pszPluginPath, &hPlugin);1018 rc = SUPR3HardenedLdrLoad(pszPluginPath, &hPlugin); 1018 1019 if (RT_SUCCESS(rc)) 1019 1020 {
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器