summaryrefslogtreecommitdiff
path: root/include/sanitizer
AgeCommit message (Expand)Author
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-30[sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany
2015-07-30[sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...Kostya Serebryany
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-05-07Add dfsan_weak_hook_memcmpKostya Serebryany
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-04-24Revert r235726 "interface"Sergey Matveev
2015-04-24interfaceSergey Matveev
2015-03-03[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov
2015-02-03[sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany
2015-01-28[sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany
2015-01-21[msan] Refactor shadow operations.Evgeniy Stepanov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-11-20[DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni
2014-11-14[asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany
2014-10-13Fix minor typos in comments.Filipe Cabecinhas
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-21[sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-06[asan] introduce interface function __sanitizer_verify_contiguous_container t...Kostya Serebryany
2014-04-30[asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany
2014-04-30[msan] Prettify __msan_print_shadow.Evgeniy Stepanov
2014-04-24Add user-defined callback on write() calls.Peter Collingbourne
2014-04-14[asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany
2014-04-02[msan] Kill __msan_print_param_shadow.Evgeniy Stepanov
2014-04-02[msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov
2014-03-27[msan] Implement __msan_set_death_callback.Evgeniy Stepanov
2014-03-26Add function to get the number of DFSan labels allocated.Peter Collingbourne
2014-03-21[MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev
2014-02-20[msan] Remove stubs for non-instrumented code from msan interface header.Evgeniy Stepanov
2014-02-06[asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany
2014-01-15[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany
2014-01-15[msan] Fix an incorrect comment.Evgeniy Stepanov
2014-01-13[lsan] Add __lsan_default_suppressions() to the public interface header.Sergey Matveev
2014-01-13[sanitizer] fix commentKostya Serebryany
2014-01-10[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-17[lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev
2013-12-11[TSan] Move declarations of __tsan_atomic functions to a public headerAlexey Samsonov
2013-12-03[sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev
2013-11-19[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany