summaryrefslogtreecommitdiff
path: root/include/sanitizer/common_interface_defs.h
AgeCommit message (Expand)Author
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2017-12-21[sanitizer] Make function declarations C-compatiblePetr Hosek
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2016-12-05[sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky
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-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
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
2015-11-04Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky
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-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
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
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-05-21[sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev
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-01-13[sanitizer] fix commentKostya Serebryany
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
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-10-15tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov
2013-04-10[asan] implement callbacks for unaligned loads/storesKostya Serebryany
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2012-12-10Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko
2012-12-07ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov
2012-11-19[asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu Kostya Serebryany
2012-11-02[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth