VeraCrypt/src/Platform
Alexander Karzhenkov 6f1ebacd39 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.
2019-06-06 11:41:42 +02:00
..
Unix Some cleanup related to "Invalid characters..." on mount issue. (#453) 2019-06-06 11:41:42 +02:00
Buffer.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Buffer.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Directory.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Event.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Event.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Exception.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Exception.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
File.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
FileCommon.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
FileStream.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
FilesystemPath.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Finally.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
ForEach.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Functor.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Memory.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Memory.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
MemoryStream.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
MemoryStream.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Mutex.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Platform.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Platform.make Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
PlatformBase.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
PlatformTest.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
PlatformTest.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Serializable.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Serializable.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Serializer.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Serializer.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SerializerFactory.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SerializerFactory.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SharedPtr.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SharedVal.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Stream.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
StringConverter.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
StringConverter.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SyncEvent.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
System.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SystemException.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SystemInfo.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
SystemLog.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
TextReader.cpp Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
TextReader.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Thread.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
Time.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00
User.h Update IDRIX copyright year 2017-06-23 22:15:59 +02:00