Commit Graph

8 Commits

Author SHA1 Message Date
26eced86d8 Добавлены модули SafeStack и Control Flow Integrity 2019-08-10 10:48:21 +03:00
69437cd645 Форматирование кода 2019-08-10 10:33:41 +03:00
82086416a0 Allow checking whether sanitizers are available 2019-07-02 09:33:34 +03:00
Eric Noulard
3c2c439ef8 Fix a couple of spelling typos 2017-07-05 15:01:05 +02:00
Alexander Haase
6d56fe50e7 Removed optimization flags.
Due optimizing the code is optional for using the sanitizers, the user should
set an optimisation level by his choice on his own.
2016-04-19 18:37:43 +02:00
Alexander Haase
de1a134183 Check if MemorySanitizer is used on x86_64 Linux.
According to the MemorySanitizer documentation, it is only compatible with 64bit
Linux at the moment.
2016-04-06 19:32:45 +02:00
Alexander Haase
03db9d9383 Restructured all sanitizer modules. 2016-04-06 19:15:25 +02:00
Alexander Haase
4fd453301a Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00