summaryrefslogtreecommitdiff
path: root/include/sanitizer
AgeCommit message (Expand)Author
2017-12-13[scudo] Adding a public Scudo interfaceKostya Kortchinsky
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-10-20[tsan] Add Mutex annotation flag for constant-initialized __tsan_mutex_linker...Dmitry Vyukov
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-14[ASAN] Revert r313303 - Add macro denoting availability of new `__asan_handle...Eric Fiselier
2017-09-14[ASAN] Add macro denoting availability of new `__asan_handle_no_return()` fun...Eric Fiselier
2017-09-08Prevent DCE on __lsan_is_turned_off and re-enable test caseFrancis Ricci
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
2017-07-27[sancov] Implement __sanitizer_cov_reset.Evgeniy Stepanov
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-05-01tsan: support linker init flag in __tsan_mutex_destroyDmitry Vyukov
2017-04-21[tsan] Publish the TSan external API in tsan_interface.hKuba Mracek
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2016-12-12[sancov] __sanitizer_dump_coverage apiMike Aizatsky
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
2016-10-04[sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany
2016-09-28[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-08-25[sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-07-19[esan|wset] Fix flaky sampling testsDerek Bruening
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2016-06-24[sanitizer] Add syscall handlers for sigaction and rt_sigaction.Evgeniy Stepanov
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2016-06-02[asan] fix arm buildKostya Serebryany
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-05-27[sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-11-04Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky
2015-10-22[sanitizer-coverage] introduce __sanitizer_get_total_unique_caller_callee_pairsKostya Serebryany
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