diff options
author | Alexander Karzhenkov <karzhenkov@mail.ru> | 2019-06-06 14:41:42 +0500 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-06-06 11:41:42 +0200 |
commit | 6f1ebacd398948712928b17c7792193c411be927 (patch) | |
tree | c2a4259d15b14d39aaeb00034da3ad201c80a605 /src/Volume/VolumePasswordCache.h | |
parent | 7c28ae7e450576abf77c504fffc46e47b297c2fd (diff) | |
download | VeraCrypt-6f1ebacd398948712928b17c7792193c411be927.tar.gz VeraCrypt-6f1ebacd398948712928b17c7792193c411be927.zip |
Some cleanup related to "Invalid characters..." on mount issue. (#453)
* Revert previous commit
* Fix "Invalid characters..." issue by not using "foreach" macro
The "foreach" macro creates a copy of the container.
This copy is destroyed immediately after the iteration is completed.
C-strings pointers passed to the local array were invalidated
with destroying of "std::string"s contained in the copy.
Diffstat (limited to 'src/Volume/VolumePasswordCache.h')
0 files changed, 0 insertions, 0 deletions