VirtualBox

儲存庫 vbox 的更動 62456


忽略:
時間撮記:
2016-7-22 下午04:02:20 (8 年 以前)
作者:
vboxsync
訊息:

supHardNtVpFreeOrReplacePrivateExecMemory: Don't loop forever trying to figure the size.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r60700 r62456  
    14261426
    14271427    /*
    1428      * Try figure if the entire allocation size. Free/Alloc may fail otherwise.
     1428     * Try figure the entire allocation size. Free/Alloc may fail otherwise.
    14291429     */
    14301430    PVOID   pvFree = pMemInfo->AllocationBase;
     
    14451445        if (pMemInfo->AllocationBase != MemInfo2.AllocationBase)
    14461446            break;
     1447        if (pMemInfo2.RegionSize == 0)
     1448            break;
     1449        cbFree += MemInfo2.RegionSize;
    14471450    }
    14481451    SUP_DPRINTF(("supHardNtVpFreeOrReplacePrivateExecMemory: %s exec mem at %p (LB %#zx, %p LB %#zx)\n",
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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