VirtualBox

忽略:
時間撮記:
2014-7-14 下午08:01:03 (10 年 以前)
作者:
vboxsync
訊息:

Main/Console: Switch to RTMemSafer* for key backings

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r51997 r52019  
    9393#include <iprt/system.h>
    9494#include <iprt/base64.h>
     95#include <iprt/memsafer.h>
    9596
    9697#include <VBox/vmm/vmapi.h>
     
    46454646        if (cbKey != -1)
    46464647        {
    4647             uint8_t *pbKey = (uint8_t *)RTMemLockedAlloc(cbKey);
     4648            uint8_t *pbKey = (uint8_t *)RTMemSaferAllocZ(cbKey);
    46484649            if (pbKey)
    46494650            {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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