summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_flags.inc
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-0/+3
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-3/+0
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-0/+3
* tsan: align default value of detect_deadlocks flag with actual behaviorDmitry Vyukov2018-12-191-1/+1
* Silence a -Wconstant-logical-operand warning.Douglas Yung2018-06-071-3/+3
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-211-0/+3
* Revert "Mmap interceptor new option, Write Exec runtime detector"Vitaly Buka2018-03-171-3/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+3
* Revert "Mmap interceptor new option, Write Exec runtime detector"Jonas Devlieghere2018-03-161-3/+0
* Mmap interceptor new option, Write Exec runtime detectorVitaly Buka2018-03-161-0/+3
* [hwasan] Fix inline instrumentation.Evgeniy Stepanov2018-02-211-0/+2
* [sanitizer] Implement NanoTime & MonotonicNanoTime for WindowsKostya Kortchinsky2018-02-011-1/+2
* [sanitizer] Add 'strip_env' flag to enable/disable removing sanitizer dylib f...Kuba Mracek2017-11-291-0/+3
* [Sanitizers] Set default allocator_release_to_os_interval_ms to 5 secondsAlex Shlyapnikov2017-10-261-5/+5
* [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c...Vitaly Buka2017-09-131-0/+5
* [asan] Fix typo in doc string.Vitaly Buka2017-06-151-1/+1
* [asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka2017-06-151-0/+3
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-10/+0
* [asan] Add strndup/__strndup interceptors.Pierre Gousseau2017-06-011-0/+3
* [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka2017-05-251-4/+2
* [compiler-rt] Make print_module_map description consistent with the rest.Vitaly Buka2017-05-251-2/+2
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-251-1/+1
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-241-1/+1
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-241-1/+1
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-201-1/+1
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-201-1/+1
* [compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka2017-05-191-10/+14
* Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper2017-05-181-3/+0
* [asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau2017-05-111-0/+3
* Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau2017-05-021-3/+0
* [asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau2017-05-021-0/+3
* [sanitizer-coverage] remove more stale codeKostya Serebryany2017-05-011-6/+0
* Enable builds of darwin lsan by defaultFrancis Ricci2017-04-061-1/+1
* Enable leak detection on linux-i686 by defaultFrancis Ricci2017-03-301-2/+1
* [asan] Add an interceptor for strtokAlex Shlyapnikov2017-03-231-0/+3
* [asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas2017-03-131-1/+3
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-1/+2
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-2/+1
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-1/+2
* [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on ...Kuba Mracek2017-01-061-0/+3
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-3/+5
* tsan: set disable_coredump=0 by default for GoDmitry Vyukov2016-10-281-1/+1
* sanitizer_common: fix description of disable_coredump flagDmitry Vyukov2016-10-281-3/+3
* [asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany2016-09-141-0/+1
* [asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany2016-08-261-0/+3
* [asan] abort_on_error=1 by default on Android.Evgeniy Stepanov2016-08-111-1/+1
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-3/+0
* [ASan] Report illegal instruction exceptions in ASanReid Kleckner2016-08-031-1/+1