VirtualBox

Changeset 51923 in vbox


Ignore:
Timestamp:
Jul 8, 2014 11:08:03 AM (11 years ago)
Author:
vboxsync
Message:

Console,DrvVD: Clear the encryption keys on suspend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r51899 r51923  
    16931693            rc = VDFilterRemove(pThis->pDisk);
    16941694            AssertRC(rc);
     1695
     1696            pThis->pIfSecKey = NULL;
    16951697        }
    16961698
     
    17031705                                pThis->pCfgCrypto, sizeof(VDINTERFACECONFIG), &pVDIfFilter);
    17041706            AssertRC(rc);
    1705    
     1707
    17061708            rc = VDInterfaceAdd(&pThis->VDIfCrypto.Core, "DrvVD_Crypto", VDINTERFACETYPE_CRYPTO,
    17071709                                pThis, sizeof(VDINTERFACECRYPTO), &pVDIfFilter);
Note: See TracChangeset for help on using the changeset viewer.

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