summaryrefslogtreecommitdiff
path: root/include/sanitizer/common_interface_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-021-0/+6
* Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"Jessica Paquette2018-10-021-6/+0
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-021-0/+6
* [libFuzzer] Report at most one crash per input.Matt Morehouse2018-05-011-0/+5
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-211-1/+1
* [asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany2017-03-151-1/+3
* [sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky2016-12-051-0/+7
* [ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov2016-09-281-1/+3
* [sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany2016-09-191-2/+2
* [sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany2016-09-191-0/+3
* [sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizer...Kostya Serebryany2016-08-251-0/+7
* [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany2016-07-151-0/+11
* [asan] add primitives that allow coroutine implementationsDmitry Vyukov2016-06-211-0/+20
* [asan] fix arm buildKostya Serebryany2016-06-021-1/+1
* [asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany2016-06-021-0/+6
* [sanitizers] introduce __sanitizer_set_report_fd so that we can re-route the ...Kostya Serebryany2016-05-271-0/+3
* [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany2016-01-121-2/+4
* Asan: utility function to determine first wrongly poisoned byte inMike Aizatsky2015-11-041-0/+6
* [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany2015-07-301-0/+2
* [sanitizer] add a weak hook for memcmp interceptor, to be used primarily for ...Kostya Serebryany2015-07-301-0/+9
* [sanitizer] move the coverage interface into a separate header, <sanitizer/co...Kostya Serebryany2015-02-031-20/+0
* [sanitizer] allow to reset the bb/edge coverage data inside the process while...Kostya Serebryany2015-01-281-0/+8
* [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany2014-12-151-0/+3
* [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-131-1/+1
* [sanitizer] Add __sanitizer_maybe_open_cov_file().Sergey Matveev2014-05-211-0/+4
* [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
* [sanitizer] fix commentKostya Serebryany2014-01-131-1/+1
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-031-0/+3
* [asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany2013-11-191-1/+10
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-2/+4
* [asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany2013-11-181-0/+24
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+3
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-3/+0
* [asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany2013-11-141-1/+0
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+4
* tsan: remove __sanitizer_set_report_fd function from public interfaceDmitry Vyukov2013-10-151-4/+0
* [asan] implement callbacks for unaligned loads/storesKostya Serebryany2013-04-101-0/+10
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-151-0/+5
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-061-0/+5
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-65/+11
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-101-0/+6
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-071-0/+6
* [asan] support x32 mode in the fast stack unwinder. Patch by H.J. Lu Kostya Serebryany2012-11-191-0/+7
* [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov2012-11-021-0/+5
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-0/+6
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-141-0/+6