summaryrefslogtreecommitdiff
path: root/lib/asan/asan_activation.cc
AgeCommit message (Expand)Author
2017-11-16[asan] Ensure that the minimum redzone is at least SHADOW_GRANULARITYWalter Lee
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
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-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-03-21[sanitizier] initializing common flags.Mike Aizatsky
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2015-12-04[asan] Remove the use of system properties on Android.Evgeniy Stepanov
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-20[asan] Warn if unsupported flags are used at activation.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2014-12-26[asan] Fix possibly uninitialized coverage flag.Evgeniy Stepanov
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-24[asan] Support ASAN_ACTIVATION_OPTIONS.Evgeniy Stepanov
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-12-19[ASan] Change activation strategy.Alexey Samsonov
2014-12-19[ASan] Introduce AllocatorOptions to configure allocator behavior.Alexey Samsonov
2014-12-19[ASan] Restrict the set of flags overriden at activation.Alexey Samsonov
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-12-17[ASan] Introduce SetCanPoisonMemory() function.Alexey Samsonov
2014-12-16[ASan] Allow to atomically modify malloc_context_size at runtime.Alexey Samsonov
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-11-25[asan] Improvements for asan deactivated mode: disable asan activation for ru...Yury Gribov
2014-02-03[asan] Reinitialize allocator quarantine on activation.Evgeniy Stepanov
2014-01-31[asan] Read extra flags from a system property on activation on Android.Evgeniy Stepanov
2014-01-16[asan] Fix a build warning on windows.Evgeniy Stepanov
2014-01-16[asan] Fix a bunch of style issues.Evgeniy Stepanov
2014-01-16[asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov