summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany2016-01-121-2/+4
* [sancov] coverage pc bufferMike Aizatsky2016-01-051-0/+7
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-041-0/+6
* [sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany2015-10-221-1/+3
* [msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov2015-10-121-0/+6
* [MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov2015-08-211-2/+1
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-213-9/+1
* [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany2015-07-302-2/+6
* [sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...Kostya Serebryany2015-07-301-0/+9
* re-added changes due to svn config setting issuesNaomi Musgrave2015-07-171-0/+3
* Add dfsan_weak_hook_memcmpKostya Serebryany2015-05-071-0/+10
* [lsan] Add an interface function for on-demand leak checking.Sergey Matveev2015-04-241-6/+17
* Revert r235726 "interface"Sergey Matveev2015-04-241-17/+6
* interfaceSergey Matveev2015-04-241-6/+17
* [sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany2015-03-031-0/+17
* [msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov2015-02-261-0/+5
* [sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany2015-02-033-20/+47
* [sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany2015-01-281-0/+8
* [msan] Refactor shadow operations.Evgeniy Stepanov2015-01-211-1/+3
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-152-2/+4
* [DFSan] Add flag to dump the labels when the program terminates.Lorenzo Martignoni2014-11-201-0/+6
* [asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany2014-11-141-0/+3
* Fix minor typos in comments.Filipe Cabecinhas2014-10-132-2/+2
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-261-0/+26
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-261-26/+0
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-251-0/+26
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-122-103/+0
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-151-0/+16
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-074-2/+93
* [sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev2014-05-211-0/+4
* [msan] Chained origins re-design.Evgeniy Stepanov2014-05-211-4/+0
* [sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev2014-05-191-1/+16
* [asan] introduce interface function __sanitizer_verify_contiguous_container t...Kostya Serebryany2014-05-061-0/+8
* [asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany2014-04-301-0/+2
* [msan] Prettify __msan_print_shadow.Evgeniy Stepanov2014-04-301-0/+4
* Add user-defined callback on write() calls.Peter Collingbourne2014-04-241-0/+8
* [asan] don't use bool in public interface, make sure the interface headers ar...Kostya Serebryany2014-04-141-6/+7
* [msan] Kill __msan_print_param_shadow.Evgeniy Stepanov2014-04-021-4/+0
* [msan] Add __msan_check_mem_is_initialized.Evgeniy Stepanov2014-04-021-0/+4
* [msan] Implement __msan_set_death_callback.Evgeniy Stepanov2014-03-271-0/+3
* Add function to get the number of DFSan labels allocated.Peter Collingbourne2014-03-261-0/+3
* [MSan] Add __msan_unpoison_string() to the public interface.Sergey Matveev2014-03-211-0/+4
* [msan] Remove stubs for non-instrumented code from msan interface header.Evgeniy Stepanov2014-02-201-24/+0
* [CMake] Rename several variablesAlexey Samsonov2014-02-181-15/+2
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-061-0/+18
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-151-5/+0
* [msan] Fix an incorrect comment.Evgeniy Stepanov2014-01-151-2/+2
* [lsan] Add __lsan_default_suppressions() to the public interface header.Sergey Matveev2014-01-131-7/+11
* [sanitizer] fix commentKostya Serebryany2014-01-131-1/+1
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-101-0/+5