llvm-project/compiler-rt/lib/asan
Evgeniy Stepanov ea857e8225 [sanitizer] Fix mallopt interceptor.
On error, mallopt is supposed to return 0, not -1.

llvm-svn: 345323
2018-10-25 22:15:44 +00:00
..
scripts [asan] Remove malloc_context_size=0 from asan_device_setup. 2018-04-12 22:06:18 +00:00
tests Disable failing tests lib/asan/tests on NetBSD 2018-10-09 13:25:13 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt [sanitizers] [windows] Use a linker directive pragma for psapi 2018-10-10 09:03:58 +00:00
README.txt [ASan] Fix the links to bugs and wikipages. 2015-12-04 17:37:40 +00:00
asan.syms.extra [asan] Export __sancov_* symbols symbols. 2017-01-31 20:23:07 +00:00
asan_activation.cc [asan] Ensure that the minimum redzone is at least SHADOW_GRANULARITY 2017-11-16 17:03:25 +00:00
asan_activation.h
asan_activation_flags.inc ASAN activate/deactive controls thread_local_quarantine_size_kb option. 2017-01-12 18:51:25 +00:00
asan_allocator.cc [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign 2018-06-08 20:40:35 +00:00
asan_allocator.h [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign 2018-06-08 20:40:35 +00:00
asan_blacklist.txt
asan_debugging.cc [sanitizer] Remove reserving constructor from InternalMmapVector 2018-05-07 05:56:24 +00:00
asan_descriptions.cc [ASan] Minor ASan error reporting cleanup 2018-07-09 17:54:55 +00:00
asan_descriptions.h [ASan] Minor ASan error reporting cleanup 2018-07-09 17:54:55 +00:00
asan_errors.cc [ASan] Minor ASan error reporting cleanup 2018-07-09 17:54:55 +00:00
asan_errors.h [ASan] Linker-initialize static ScopedInErrorReport::current_error_. 2018-06-14 18:22:23 +00:00
asan_fake_stack.cc [asan] Avoid assert failure for non-default shadow scale 2017-11-16 22:02:58 +00:00
asan_fake_stack.h fix random typos [NFC] 2016-08-05 18:49:08 +00:00
asan_flags.cc [asan] Set flags appropriately for RTEMS 2018-05-07 16:38:20 +00:00
asan_flags.h
asan_flags.inc [asan] Fix bug introduced by r331647 2018-05-08 05:58:57 +00:00
asan_fuchsia.cc (NFC) Rename GetMax{,User}VirtualAddress. 2017-11-07 23:51:22 +00:00
asan_globals.cc [sanitizer] Remove reserving constructor from InternalMmapVector 2018-05-07 05:56:24 +00:00
asan_globals_win.cc [asan] [windows] Don't use CheckFailed in dynamic runtime thunk mode 2018-09-26 19:49:35 +00:00
asan_init_version.h [asan] Use dynamic shadow on 32-bit Android, try 2. 2017-11-20 17:41:57 +00:00
asan_interceptors.cc Mark REAL(swapcontext) with indirect_return attribute on x86 2018-07-20 19:24:11 +00:00
asan_interceptors.h [sanitizer] Trivial portion of the port to Myriad RTEMS 2018-05-18 00:43:54 +00:00
asan_interceptors_memintrinsics.cc [asan] Explicitly declare memintrinsics interceptors to have C linkage 2018-05-18 18:01:08 +00:00
asan_interceptors_memintrinsics.h [asan] Fix bug where suppression of overlapping accesses was ignored on 2018-03-08 21:50:22 +00:00
asan_interface.inc [asan] Fix dead stripping of globals on Linux (compiler-rt). 2017-04-27 20:27:33 +00:00
asan_interface_internal.h [asan] Fix dead stripping of globals on Linux (compiler-rt). 2017-04-27 20:27:33 +00:00
asan_internal.h [sanitizer] Trivial portion of the port to Myriad RTEMS 2018-05-18 00:43:54 +00:00
asan_linux.cc [sanitizer] Revert D50940 2018-08-29 19:41:28 +00:00
asan_lock.h
asan_mac.cc [asan] Be more careful and verbose when allocating dynamic shadow memory 2018-02-26 18:33:21 +00:00
asan_malloc_linux.cc [sanitizer] Fix mallopt interceptor. 2018-10-25 22:15:44 +00:00
asan_malloc_local.h [asan, myriad] Use local pool for new/delete when ASan run-time is not up 2018-06-08 21:49:38 +00:00
asan_malloc_mac.cc [Sanitizers] Add more standard compliant posix_memalign implementation for LSan. 2018-03-12 21:59:06 +00:00
asan_malloc_win.cc [ASan] [Windows] Avoid including windows.h in asan_malloc_win.cc 2018-09-25 19:50:36 +00:00
asan_mapping.h [asan] Fix typo 2018-07-30 00:25:16 +00:00
asan_mapping_myriad.h [asan] Add support for Myriad RTEMS memory map 2018-05-18 04:09:45 +00:00
asan_memory_profile.cc [sanitizer] Cleanup sorting functions 2018-05-09 20:42:11 +00:00
asan_new_delete.cc [ASan] [MinGW] Only try to export MSVC specific C++ symbols if building with a MSVC like compiler 2018-09-26 06:52:55 +00:00
asan_poisoning.cc [asan] Add support for Myriad RTEMS memory map 2018-05-18 04:09:45 +00:00
asan_poisoning.h [sanitizer] Trivial portion of the port to Myriad RTEMS 2018-05-18 00:43:54 +00:00
asan_posix.cc [sanitizer] Remove unused <signal.h> which conflicts with asan declarations 2017-11-10 04:12:35 +00:00
asan_preinit.cc
asan_premap_shadow.cc [sanitizer] Revert D50940 2018-08-29 19:41:28 +00:00
asan_premap_shadow.h [asan] Use dynamic shadow on 32-bit Android, try 2. 2017-11-20 17:41:57 +00:00
asan_report.cc [sanitizer] Use const char* in internal_simple_strtoll 2018-06-17 08:41:45 +00:00
asan_report.h Add header guard to asan_report.h 2018-08-02 11:05:07 +00:00
asan_rtems.cc [asan, myriad] Simplify main thread handling 2018-05-30 04:57:29 +00:00
asan_rtl.cc [asan] Avoid deadlock when initializing the symbolizer CHECK fails 2018-06-19 00:36:47 +00:00
asan_scariness_score.h [asan] Add const into ScarinessScoreBase::Print 2017-09-14 03:06:20 +00:00
asan_shadow_setup.cc sanitizers: consistently check result of MmapFixedNoReserve 2018-07-20 08:33:41 +00:00
asan_stack.cc
asan_stack.h [sanitizers] Rename GetStackTraceWithPcBpAndContext 2017-11-09 07:53:06 +00:00
asan_stats.cc
asan_stats.h
asan_suppressions.cc General definition for weak functions 2017-01-29 05:44:59 +00:00
asan_suppressions.h
asan_thread.cc [asan] Make GetCurrentThread RTEMS-friendly 2018-05-21 20:43:36 +00:00
asan_thread.h [asan] Restore check removed by r332033 2018-05-16 23:23:56 +00:00
asan_win.cc Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread"" 2018-10-05 18:48:53 +00:00
asan_win_dll_thunk.cc Comment fix. 2018-05-04 14:41:49 +00:00
asan_win_dynamic_runtime_thunk.cc [sanitizer] Add dynamic_runtime_thunk for different sanitizers. 2017-02-02 23:01:41 +00:00
asan_win_weak_interception.cc [sanitizer] Use interception to access to strong definitions in the executable. 2017-02-02 23:02:11 +00:00
weak_symbols.txt Add lsan interceptors for libdispatch functions on darwin 2017-06-19 19:21:31 +00:00

README.txt

AddressSanitizer RT
================================
This directory contains sources of the AddressSanitizer (ASan) runtime library.

Directory structure:
README.txt       : This file.
Makefile.mk      : File for make-based build.
CMakeLists.txt   : File for cmake-based build.
asan_*.{cc,h}    : Sources of the asan runtime library.
scripts/*        : Helper scripts.
tests/*          : ASan unit tests.

Also ASan runtime needs the following libraries:
lib/interception/      : Machinery used to intercept function calls.
lib/sanitizer_common/  : Code shared between various sanitizers.

ASan runtime currently also embeds part of LeakSanitizer runtime for
leak detection (lib/lsan/lsan_common.{cc,h}).

ASan runtime can only be built by CMake. You can run ASan tests
from the root of your CMake build tree:

make check-asan

For more instructions see:
https://github.com/google/sanitizers/wiki/AddressSanitizerHowToBuild