Changeset 52019 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 14, 2014 8:01:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r51925 r52019 56 56 57 57 #include <iprt/uuid.h> 58 #include <iprt/mem .h>58 #include <iprt/memsafer.h> 59 59 #include <VBox/RemoteDesktop/VRDE.h> 60 60 #include <VBox/vmm/pdmdrv.h> … … 585 585 ~SecretKey() 586 586 { 587 RTMemWipeThoroughly(m_pbKey, m_cbKey, 3 /* cPasses */); 588 RTMemLockedFree(m_pbKey); 587 RTMemSaferFree(m_pbKey, m_cbKey); 589 588 m_cRefs = 0; 590 589 m_pbKey = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.