- 9a830b9 [sanitizer] replace CHECK with CHECK_XY in two places for better diagnostics by Kostya Serebryany · 9 years ago
- 74f490d [asan] Ease dealing with tagged enum ErrorDescription with some macros. by Filipe Cabecinhas · 9 years ago
- 64150ea [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be consistent in constructor arguments and member order. by Filipe Cabecinhas · 9 years ago
- 8dc0e09 [sanitizer] Add interceptor for ttyname_r by Keno Fischer · 9 years ago
- 58560a0 [sanitizer] fix an allocator bug where the allocated memory may overlap with the free array (kudos to Kostya Korcthinsky). Also make sure that the allocator does not mmap more than requested. Test both. by Kostya Serebryany · 9 years ago
- def8d5f [asan] Store access_size in the {Stack,Global}AddressDescription objects by Filipe Cabecinhas · 9 years ago
- 4aff9e6 [asan] Add a new AddressDescription structure, which can describe any type of address. by Filipe Cabecinhas · 9 years ago
- 627d78f [asan] Disable handle_abort in Android tests. by Evgeniy Stepanov · 9 years ago
- e3c7f54 [asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_test.cc and make it a general test. by Filipe Cabecinhas · 9 years ago
- d77e8c0 [sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (need to put a zero after strncmp). LOL by Kostya Serebryany · 9 years ago
- 55f9f18 Fix tsan-go build. by Evgeniy Stepanov · 9 years ago
- ba7c5cf [powerpc] Move #if to appease warnings-as-errors tests by Bill Seurer · 9 years ago
- 6f60513 Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt" by Renato Golin · 9 years ago
- 490ccc9 Fix linker warning about sanitizer_common_nolibc functions on Windows by Reid Kleckner · 9 years ago
- dd16896 Really fix warnings about passing -std=gnu99 to MSVC by Reid Kleckner · 9 years ago
- 0ab52b9 Revert "[ESan][MIPS] Adds support for MIPS64" by Qin Zhao · 9 years ago
- 0b6f487 [compiler-rt] Don't use -fPIC when building for Windows by Francis Ricci · 9 years ago
- 8651c04 [asan] Fix handle_abort_on_error.cc test on Darwin by Kuba Brecka · 9 years ago
- 3e848ea [asan] Handle SIGBART signal description. (found by buildbot) by Filipe Cabecinhas · 9 years ago
- 1989be7 [asan] Reify ErrorDeadlySignal by Filipe Cabecinhas · 9 years ago
- 419ebb28 [tsan] Support C++11 call_once in TSan on Darwin by Kuba Brecka · 9 years ago
- b638c48 [asan] Test that asan does not report use-after-scope if program jumped over variable declaration. by Vitaly Buka · 9 years ago
- 81291a0 Correctly escape %. by Nico Weber · 9 years ago
- 5332645 [XRay] ARM 32-bit no-Thumb support in compiler-rt by Dean Michael Berris · 9 years ago
- 337e40f [sanitizer] Fix a conflict between abort_on_error and handle_abort. by Evgeniy Stepanov · 9 years ago
- e29f05d [asan] Fix build on Linux. by Evgeniy Stepanov · 9 years ago
- d14c2c0 builtins: make sure that flags is setup properly for __clear_cache by Saleem Abdulrasool · 9 years ago
- 3989c9f [asan] Fix a crash in GetCurrentThread() before init. by Evgeniy Stepanov · 9 years ago
- 0b2dba1 [asan] Add openlog() on Android. by Evgeniy Stepanov · 9 years ago
- 52fdd22 [compiler-rt] Allow sanitizers to be compiled for windows with clang by Francis Ricci · 9 years ago
- e7729c8 [compiler-rt] Fix library suffixes on windows by Francis Ricci · 9 years ago
- 14f3820 [powerpc] Move #if to appease warnings-as-errors tests by Bill Seurer · 9 years ago
- f2a02894 [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64 by Bill Seurer · 9 years ago
- 25ad7b5 [asan] Reify ErrorNewDeleteSizeMismatch by Filipe Cabecinhas · 9 years ago
- 41f08b4 [ESan][MIPS] Adds support for MIPS64 by Sagar Thakur · 9 years ago
- 6e2e0e8 Add #include <cstdio> to unbreak build (missing definition of stderr) by Krzysztof Parzyszek · 9 years ago
- 3c503d1 asan: allow __asan_{before,after}_dynamic_init without registered globals by Dmitry Vyukov · 9 years ago
- 3121ddf [asan] Move scariness_score_test.cc to a common subdirectory by Filipe Cabecinhas · 9 years ago
- 0c4dd8d Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dwarf again by Reid Kleckner · 9 years ago
- 90646fe [CMake] Add option (defaulted off) to exclude atomic.c by Chris Bieneman · 9 years ago
- bc555b7 [tsan] Bump stack frame size limit. by Evgeniy Stepanov · 9 years ago
- d2fb1e4 Revert "Copy over most of the scariness_score test to the general tests" by Filipe Cabecinhas · 9 years ago
- 5f25462 [CMake] Adding compiler-rt-test-depends target by Chris Bieneman · 9 years ago
- 507ba20 Fix dll_host.cc test after adding div and gep trace coverage points by Reid Kleckner · 9 years ago
- b939a7f build: profile is not a sanitizer by Saleem Abdulrasool · 9 years ago
- fbd3de7 Try to fix another profile test by Renato Golin · 9 years ago
- 9512821 Remove extra scariness.Clear() call. by Filipe Cabecinhas · 9 years ago
- 0f298a2 Fix profile test assuming dumb compiler by Renato Golin · 9 years ago
- f1fb439 Clear scariness score when initializing ErrorDoubleFree by Filipe Cabecinhas · 9 years ago
- 6e903de Copy over most of the scariness_score test to the general tests by Filipe Cabecinhas · 9 years ago
- f3e82f1 Fix the use of unitialized value while reporting double free in ASAN. by Ivan Krasin · 9 years ago
- 2700bd8 [sanitizer] extend SizeClassMap to take more template parameters, add VeryCompactSizeClassMap for testing purposes by Kostya Serebryany · 9 years ago
- 453b555 Fix buildbot bug: Wasn't printing scariness for DoubleFree by Filipe Cabecinhas · 9 years ago
- b16672d Reify ErrorDoubleFree by Filipe Cabecinhas · 9 years ago
- 4fd3076 [sanitizer] remove kBatchClassID that is not used any more; NFC by Kostya Serebryany · 9 years ago
- 000b071 stats: define WIN32_LEAN_AND_MEAN when including windows.h by Saleem Abdulrasool · 9 years ago
- 6ca5114 profile: add missing include for Windows by Saleem Abdulrasool · 9 years ago
- fddfdca Start reifying error descriptions (Re-do of D23672 supporting VS2013) by Filipe Cabecinhas · 9 years ago
- e0e1891 Split ScarinessScore between its "storage" (POD), and an initializing object. by Filipe Cabecinhas · 9 years ago
- c213685 XFAIL cfi/stats.cpp on Windows until we fix our DIA usage by Reid Kleckner · 9 years ago
- 7931529 [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test. by Vasileios Kalintiris · 9 years ago
- c80f7b8 [asan] Mark failing test as UNSUPPORTED. by Akira Hatanaka · 9 years ago
- b3177ce [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; run-time part by Kostya Serebryany · 9 years ago
- c84d4f5 [asan] Disable test on darwin bot by Vitaly Buka · 9 years ago
- 98c3245 [asan] Attempt to fix test on darwin bot by Vitaly Buka · 9 years ago
- 6496de4 [scudo] use 32 bits of ASLR entropy instead of just 24 when shuffling allocated chunks by Kostya Serebryany · 9 years ago
- ac644fa [asan] Remove runtime flag detect_stack_use_after_scope by Vitaly Buka · 9 years ago
- c0d14ec Revert "Start reifying error descriptions. Second try: Try to appease Visual Studio." by Filipe Cabecinhas · 9 years ago
- b477ce0 Start reifying error descriptions. Second try: Try to appease Visual Studio. by Filipe Cabecinhas · 9 years ago
- 0b2628d [asan] Disable tests more selectively. by Akira Hatanaka · 9 years ago
- 56658af [asan] Use "REQUIRES: x86_64-target-arch" to disable the test on i386. by Akira Hatanaka · 9 years ago
- 42034d0 [asan] restrict release_to_os_test.cc to x86_64 by Kostya Serebryany · 9 years ago
- b72479b [asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning. by Kostya Serebryany · 9 years ago
- 0ac0160 [asan] Mark symbolize_pc.cc as UNSUPPORTED on i386-apple. by Akira Hatanaka · 9 years ago
- d2cc637 Revert "Start reifying error descriptions" by Filipe Cabecinhas · 9 years ago
- 21395f9 [CMake] Connect Compiler-RT targets to LLVM Runtimes directory by Chris Bieneman · 9 years ago
- 403423c Start reifying error descriptions by Filipe Cabecinhas · 9 years ago
- fdb0f39 [compiler-rt][XRay] Remove unnecessary assertion. by Dean Michael Berris · 9 years ago
- d7bd8fb Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration" by Dean Michael Berris · 9 years ago
- f4f687a [compiler-rt] Allow c++ abi to be explictly disabled in cmake configuration by Dean Michael Berris · 9 years ago
- f50eb93 [compiler-rt][XRay] Initial per-thread inmemory logging implementation by Dean Michael Berris · 9 years ago
- 510911f Include tests only if COMPILER_RT_BUILD_XRAY is ON. by Dean Michael Berris · 9 years ago
- ebd27cc Additional update missed by r279793, should hopefully make the PPC sanitizer bots happy again. by Richard Smith · 9 years ago
- 7c5ae7c [sanitizer] enable random shuffling the memory chunks inside the allocator, under a flag. Set this flag for the scudo allocator, add a test. by Kostya Serebryany · 9 years ago
- 1fde590 [asan] remove unused kAsanHeapRightRedzoneMagic (NFC); part 2 (sorry) by Kostya Serebryany · 9 years ago
- a02b918 [asan] remove unused kAsanHeapRightRedzoneMagic (NFC) by Kostya Serebryany · 9 years ago
- 66b2ac0 [asan] fix windows bot by Kostya Serebryany · 9 years ago
- 9aab75f [sanitizer] add __sanitizer_symbolize_pc. https://github.com/google/sanitizers/issues/322 by Kostya Serebryany · 9 years ago
- 15647b1 [sanitizer] change SizeClassAllocator64 to accept just one template parameter instead of 5. First, this will make the mangled names shorter. Second, this will make adding more parameters simpler. by Kostya Serebryany · 9 years ago
- 3a46def [lsan] one more test fix to please the Debian Sid bot (this time, confirmed on the proper machine). Apparently, newer glibc uses slightly more stack by Kostya Serebryany · 9 years ago
- ebbd8a9 dfsan: Enable 48-bit VMA support on aarch64 by Adhemerval Zanella · 9 years ago
- 1005b7d msan: Enable 48-bit VMA support on aarch64 by Adhemerval Zanella · 9 years ago
- 341b1fea [builtins] Make sure builtin compile tests respect CMAKE_C_COMPILER_TARGET by Francis Ricci · 9 years ago
- db0fcdb [lsan] give a test a bit more stack -- it started failing after r279664 on the debian bot, hopefully this is a fix. by Kostya Serebryany · 9 years ago
- 8e7ea9d [sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. by Kostya Serebryany · 9 years ago
- 6d03d84 [ubsan] fix the test to me more resistent against changes in the sanitizer allocator by Kostya Serebryany · 9 years ago
- 769ec705 Revert r279572 "[sanitizer] change the 64-bit..." because of failures on ubsan by Vitaly Buka · 9 years ago
- 1164cae [asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTED on x86_64-apple by Akira Hatanaka · 9 years ago
- 865a98d [sanitizer] trying to fix the PPC bots by Kostya Serebryany · 9 years ago
- f46d50e [sanitizer] change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks. by Kostya Serebryany · 9 years ago