Linux/MacOSX: Erase sensitive memory explicitly instead of relying on the compiler not optimizing calls to method Memory::Erase

This commit is contained in:
Mounir IDRASSI
2020-06-28 01:06:39 +02:00
parent fded83d25c
commit 885cc1d01d
7 changed files with 5 additions and 15 deletions
-4
View File
@@ -32,10 +32,6 @@
#include "SecurityToken.h"
#ifndef burn
# define burn Memory::Erase
#endif
using namespace std;
namespace VeraCrypt