summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.cc
AgeCommit message (Expand)Author
2017-11-16[asan] Ensure that the minimum redzone is at least SHADOW_GRANULARITYWalter Lee
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-12ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2017-01-10Revert r291509, 291510 and 291511Diana Picus
2017-01-09ASAN activate/deactive controls thread_local_quarantine_size_kb option.Alex Shlyapnikov
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-12-21Reduce the size of quarantine cache in ASAN_LOW_MEMORY configuration.Evgeniy Stepanov
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2015-12-04[asan] Remove the use of system properties on Android.Evgeniy Stepanov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-02-17[LSan] Make parent tool responsible for initializing LSan flags.Alexey Samsonov
2015-02-12[Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth
2014-12-22[Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-12-19[ASan] Change activation strategy.Alexey Samsonov
2014-12-19[ASan] Move flag validation from ParseFlagsFromString() to InitializeFlags().Alexey Samsonov
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov