- ec2ee9b [ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script by Alexey Samsonov · 11 years ago
- 2a96098 [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script by Alexey Samsonov · 11 years ago
- 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
- 6b233ed [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-protected. by Alexander Potapenko · 11 years ago
- 66ad412 [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to out-of-bounds mprotect()s by Alexander Potapenko · 11 years ago
- b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
- c3b30b3 Add cmake rules for building LSan common on Mac OS by Alexey Samsonov · 11 years ago
- d530d89 [ASan] reimplement strdup() interceptor to get nicer stack traces for memory chunks allocated there by Alexey Samsonov · 11 years ago
- 18a9189 [ASan] make test for LSan annotations Linux-only for now by Alexey Samsonov · 11 years ago
- 5326ee1 [ASan] Check that ASan user may include and use LSan headers by Alexey Samsonov · 11 years ago
- 2557a1b [sanitizer] Symbolic ioctl names. by Evgeniy Stepanov · 11 years ago
- 441a216 Properly install LSan interface header, rely on sanitizer header presence in lit tests by Alexey Samsonov · 11 years ago
- dc8015f [ASan] Fix unset-insert-libraries-on-exec.cc on 32-bit Darwin. by Alexander Potapenko · 11 years ago
- fdde5a9 [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolons by Alexey Samsonov · 11 years ago
- c65fe5e [ASan] don't use -m{32,64} flag in test case, as it can be run in both 32- and 64-bit modes by Alexey Samsonov · 11 years ago
- ea1b27f [ASan] fix test case to use absolute paths by Alexey Samsonov · 11 years ago
- 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
- 6efa4d6 [ASan] create separate configs for running ASan lit tests in both 32- and 64-bit mode. Clean up RUN-lines in tests. by Alexey Samsonov · 11 years ago
- 06f069a Simplify lit configs for asan/lsan/msan unit tests by Alexey Samsonov · 11 years ago
- d668cd2 [ASan] create common autogenerated config for running compiler-rt unit tests, and use it in ASan by Alexey Samsonov · 11 years ago
- dd6605e [ASan] lit tests: create common autogenerated config for running compiler-rt lit tests, and use it in ASan by Alexey Samsonov · 11 years ago
- 64e2282 [ASan] move all lit_tests under TestCases by Alexey Samsonov · 11 years ago
- 092adea [ASan] Add a few tests for use-after-scope mode by Alexey Samsonov · 11 years ago
- fa50ea7 [ASan] make free_hook_realloc test more robust by Alexey Samsonov · 11 years ago
- 87bd39a Call __asan_free_hook() before marking the chunk quarantinned by Alexey Samsonov · 11 years ago
- 69c1d48 [asan] Fix r182858. by Sergey Matveev · 11 years ago
- 2e8fae7 [asan] Fix r182854: run the unpoison_tls test only on Linux. by Sergey Matveev · 11 years ago
- 12d01ba [asan] Make ASan report the correct thread address ranges to LSan. by Sergey Matveev · 11 years ago
- 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
- 46efcb0 Disable init-order checking before destructors are run. by Alexey Samsonov · 11 years ago
- ac39dfb [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized by Kostya Serebryany · 11 years ago
- c26d450 [asan] attempting to fix the debian bot (on ubuntu the test builds; on debian it complains that _SC_PAGESIZE is unknown) by Kostya Serebryany · 11 years ago
- 5cf3ced [asan] fix dlclose-test to work with non-4K pages. Properly disable interface_symbols_linux on non-x86 by Kostya Serebryany · 11 years ago
- 30e970f [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint by Kostya Serebryany · 11 years ago
- c1caace [ASan] create default (empty) ASan blacklist file in resource directory by Alexey Samsonov · 11 years ago
- 37642cf [ASan] Mark init-order test as XFAIL on Darwin by Alexey Samsonov · 11 years ago
- a6e7d8d [ASan] Don't run fast unwinder tests on 32-bit Linux as fast unwinder may be unexpectedly smart on some hosts by Alexey Samsonov · 11 years ago
- 098847d [ASan] Mark some tests as working only on x86_64 and i386 arches by Alexey Samsonov · 11 years ago
- 6b5346e Add lit config feature <target>-supported-target to mark target-specific tests by Alexey Samsonov · 11 years ago
- c754cd7 [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux). by Alexander Potapenko · 11 years ago
- 972f301 [ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one) by Alexander Potapenko · 11 years ago
- 31750e3 [ASan] Fix init-order-dlopen.cc to pass under Mac OS. by Alexander Potapenko · 11 years ago
- 5584c04 [ASan] Fix interface_symbols_darwin to pass a correct flag to nm. by Alexander Potapenko · 11 years ago
- 332bf33 [ASan] Add allow_user_segv_handler to let users override SEGV handler installed by ASan by Alexey Samsonov · 12 years ago
- bdd0966 [ASan] Disable strict-init-order checker once we have more than one thread, as this mode is thread-hostile by Alexey Samsonov · 12 years ago
- 51e9728 [ASan] Make wait.cc more Darwin-compatible: fix the header name and the CHECK patterns. by Alexander Potapenko · 12 years ago
- 64544c1 Fixup for r179843: add missing header by Alexey Samsonov · 12 years ago
- dfeef67 [ASan] Make init-order checker allow access to already initialized globals. by Alexey Samsonov · 12 years ago
- 881b677 [sanitizer] Add syscall handlers to ASan and TSan runtimes. by Evgeniy Stepanov · 12 years ago
- fecbf27 [asan] make heavy_uar_test even heavier by Kostya Serebryany · 12 years ago
- 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 12 years ago
- 71c9e9e [asan] improve the UAR reporting (try harder to find the correct frame), try to make the test more stable by Kostya Serebryany · 12 years ago
- 37f9464 [asan] make heavy_uar_test a bit more heavy and fix he fake stack to pass this test by Kostya Serebryany · 12 years ago
- 61723f2 [ASan] test source-based init-order blacklisting added in r179280 by Alexey Samsonov · 12 years ago
- ce0f7d1 [asan] fix use-after-return functionality (PR15672) and enable the corresponding test. We still don't guarantee anything with regard to use-after-return checking by Kostya Serebryany · 12 years ago
- 244384d [asan] move fake stack into a separate .h file; actually disable a failing test by Kostya Serebryany · 12 years ago
- 2c02f63 [asan] add heavy_uar_test (disabled); fix lint by Kostya Serebryany · 12 years ago
- 15832c2 [ASan] Do not check the shadow of NULL argument in the time() interceptor. by Alexander Potapenko · 12 years ago
- dc0d179 [asan] implement callbacks for unaligned loads/stores by Kostya Serebryany · 12 years ago
- 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 12 years ago
- a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 12 years ago
- 8a6cac5 [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint by Kostya Serebryany · 12 years ago
- 5ef2920 [asan] make huge_negative_hea_oob more meaningful by Kostya Serebryany · 12 years ago
- d26a01e [asan] add a test for huge left oob by Kostya Serebryany · 12 years ago
- ce184c8 [ASan] init-order checker tests: move constexpr test that requires -std=c++11 to a separate test case. Check that structs with no ctor but non-trivial dtor are ignored. by Alexey Samsonov · 12 years ago
- 2a3619e [asan] fill first 4K of malloc-ed memory with garbage, implement flags max_malloc_fill_size and malloc_fill_byte by Kostya Serebryany · 12 years ago
- 939316c [ASan] More careful reports for globals that are ASCII strings by Alexey Samsonov · 12 years ago
- c942427 [ASan] Demangle global names in error reports. by Alexey Samsonov · 12 years ago
- a89a35a [asan] print thread number while reporting invalid-free and double-free; add tests; also add a test for use-after-poison by Kostya Serebryany · 12 years ago
- bff55c4 [ASan] Use dynamic symbol table when checking exported ASan runtime symbols by Alexey Samsonov · 12 years ago
- 50f3daa [asan] Change the way we report the alloca frame on stack-buff-overflow. by Kostya Serebryany · 12 years ago
- c1b3c52 [ASan] remove -fsanitize=init-order from lit tests as now it's implied by -fsanitize=address by Alexey Samsonov · 12 years ago
- 566c0a1 [ASan] turn off checking initialization order in ASan runtime by default. Instead, it should be turned on by default in the compiler by Alexey Samsonov · 12 years ago
- 8bd5e74 [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior of accessibility checks in memcmp. by Alexander Potapenko · 12 years ago
- 13577fe [asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses addresses higher than 0x3fffffffff by Kostya Serebryany · 12 years ago
- 00b8a34 [asan] use the new attribute syntax (no_address_safety_analysis => no_sanitize_address) by Kostya Serebryany · 12 years ago
- d422801 [ASan] Make sure operator new/delete and friends are intercepted on OS X. by Alexander Potapenko · 12 years ago
- a8e0989 [asan] move preinit_test to Linux since on Mac __asan_init is called from ld-preload-ed runtime by Kostya Serebryany · 12 years ago
- e135343 [asan] on linux, run __asan_init from .preinit_array (even earlier than before) by Kostya Serebryany · 12 years ago
- 97234eb [asan] add a lit test for invoke-with-no-return instrumentation by Kostya Serebryany · 12 years ago
- 69b109a [sanitizer] Fix lint. by Evgeniy Stepanov · 12 years ago
- a1b5c09 [asan] add test throw_call_test (broken with -static-libstdc++) by Kostya Serebryany · 12 years ago
- 366984e [asan] instrument memory accesses with unusual sizes by Kostya Serebryany · 12 years ago
- d843fea [asan] enable asan_prelink_test when gold is the default linker (gold and bfd linker have different flag syntax) by Kostya Serebryany · 12 years ago
- fe984cc [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=159 by Alexander Potapenko · 12 years ago
- e31eca9 [asan] make asan work with 7fff8000 offset and prelink by Kostya Serebryany · 12 years ago
- 634b073 [ASan] Fixed the wrong placement of #include by Alexander Potapenko · 12 years ago
- c18e179 [ASan] Remove the 'alarm' script which isn't present on OS X by default. by Alexander Potapenko · 12 years ago
- eb5f427 [ASan] When re-executing the process on OS X, make sure we update the existing DYLD_INSERT_LIBRARIES correctly. by Alexander Potapenko · 12 years ago
- 70910be [sanitizer] Fix line numbers in a sanitizer lit test. by Evgeniy Stepanov · 12 years ago
- ed83584 [asan] Fix off-by-one in AddrIsAtRight. by Evgeniy Stepanov · 12 years ago
- ed4c034 [ASan] Enable the new and delete wrappers on Darwin. by Alexander Potapenko · 12 years ago
- 589dcda [asan] Fix nonsensical reports of partial right OOB. by Evgeniy Stepanov · 12 years ago
- c70fa28 [ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header by Alexey Samsonov · 12 years ago
- 48ecaf4 Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to match the behavior of llvm unittests by Alexey Samsonov · 12 years ago
- ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
- 5189080 asan: fix the test by Dmitry Vyukov · 12 years ago
- bea4205 ASan: add output test for -fsanitize-address-zero-based-shadow option on Linux by Alexey Samsonov · 12 years ago
- 7da5ab2 [ASan] Fix the path to ASan interface in interface_symbols_linux.c by Alexander Potapenko · 12 years ago
- 53c3f18 [ASan] Moved interface_symbols.c to lit_tests/Linux. by Alexander Potapenko · 12 years ago