mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Make sure password gets deleted in case of exception in CoreUnix::MountVolume (#565)
This commit is contained in:
committed by
Mounir IDRASSI
parent
4a215c2ddb
commit
5a56462959
@@ -465,6 +465,7 @@ namespace VeraCrypt
|
||||
continue;
|
||||
}
|
||||
|
||||
options.Password.reset();
|
||||
throw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user