summaryrefslogtreecommitdiff
path: root/lib/asan/asan_flags.inc
AgeCommit message (Expand)Author
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-08-02Add new ASAN_OPTION: sleep_after_init.Kostya Serebryany
2017-03-31[asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-03-29Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas
2016-12-22Expose thread local quarantine size as ASAN option.Evgeniy Stepanov
2016-11-26[asan] Add a "dump_registers" flag to print out CPU registers after a SIGSEGVKuba Mracek
2016-09-13[asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-02-08Fix typo in asan_flags.George Burgess IV
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2015-12-04[ASan] Change the links in asa_flags.inc to point to GitHub.Alexander Potapenko
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-11-14[asan] add an experimental flag protect_shadow_gap. If set to false, the shad...Kostya Serebryany
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-28[asan] Set abort_on_error=1 by default on OS XKuba Brecka
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov