mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows Driver: wipe cached PIM values when passwords are wiped.
This commit is contained in:
@@ -109,6 +109,7 @@ void AddPasswordToCache (Password *password, int pim)
|
||||
void WipeCache ()
|
||||
{
|
||||
burn (CachedPasswords, sizeof (CachedPasswords));
|
||||
burn (CachedPim, sizeof (CachedPim));
|
||||
nPasswordIdx = 0;
|
||||
cacheEmpty = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user