summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.inc
AgeCommit message (Expand)Author
2017-11-29[sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek
2017-10-26[Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov
2017-09-13[compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka
2017-06-15[asan] Fix typo in doc string.Vitaly Buka
2017-06-15[asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25[compiler-rt] Make print_module_map description consistent with the rest.Vitaly Buka
2017-05-25[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-24Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-24[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-20Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-20[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
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-05-01[sanitizer-coverage] remove more stale codeKostya Serebryany
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-03-30Enable leak detection on linux-i686 by defaultFrancis Ricci
2017-03-23[asan] Add an interceptor for strtokAlex Shlyapnikov
2017-03-13[asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2017-01-06[sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-10-28tsan: set disable_coredump=0 by default for GoDmitry Vyukov
2016-10-28sanitizer_common: fix description of disable_coredump flagDmitry Vyukov
2016-09-14[asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany
2016-08-11[asan] abort_on_error=1 by default on Android.Evgeniy Stepanov
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-06-20Hide send/sendto/sendmsg interptors under a flag.Evgeniy Stepanov
2016-05-28[sanitizers] introduce a common run-time option dedup_token_length to help wi...Kostya Serebryany
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-05-03Revert "[sanitizer] Move stat/__xstat to the common interceptors"Mike Aizatsky
2016-05-03[sanitizer] Move stat/__xstat to the common interceptorsMike Aizatsky
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-01-27[sanitizers] generating html report on coverage dumpMike Aizatsky
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-15[asan] add option: handle_sigillKostya Serebryany