summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_test.cc
Commit message (Expand)AuthorAge
* [asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov2013-10-16
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-16
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-06
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* [ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov2013-07-18
* [ASan] make pthread_getschedparam test more robustAlexey Samsonov2013-06-06
* Call __asan_free_hook() before marking the chunk quarantinnedAlexey Samsonov2013-06-04
* [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...Kostya Serebryany2013-05-22
* [sanitizer] Intercept pthread_getschedparam.Evgeniy Stepanov2013-05-21
* Fix realloc'ing freed/invalid pointersTimur Iskhodzhanov2013-05-20
* [asan] fix ShadowGapTest on PowerPC64Kostya Serebryany2013-05-16
* [asan] disable BuiltinLongJmpTest on PowerPCKostya Serebryany2013-05-15
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-15
* [ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko2013-04-23
* [asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany2013-03-22
* [ASan] Fix an error on invalid deallocation in ASan allocator. When ASan chec...Alexey Samsonov2013-03-22
* [asan] Switch to allocator2 on Android.Evgeniy Stepanov2013-03-18
* [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany2013-03-14
* [asan] Revert r176255, r176264.Evgeniy Stepanov2013-03-01
* [asan] Lower memory usage in LargeMallocTest on Android.Evgeniy Stepanov2013-02-28
* [asan] fix the output for range accesses (memset, etc); improve the tests; mo...Kostya Serebryany2013-02-26
* [ASan] revert part of r175631 that looks like accidental commitAlexey Samsonov2013-02-20
* [ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko2013-02-20
* [asan] don't run the long double test if long double is the same as doubleKostya Serebryany2013-02-19
* [asan] instrument memory accesses with unusual sizesKostya Serebryany2013-02-19
* [ASan] Enable alloc_dealloc_mismatch by default on Darwin.Alexander Potapenko2013-02-07
* [ASan] remove debug output from the testAlexey Samsonov2013-02-01
* ASan: fix lintAlexey Samsonov2013-01-29
* [ASan] Do allocate memory even for zero-size allocation requests. Explain why...Alexey Samsonov2013-01-29
* [ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0...Alexey Samsonov2013-01-28
* [asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany2013-01-23
* [asan] split asan_test.cc even moreKostya Serebryany2013-01-22
* [asan] split asan_test.cc moreKostya Serebryany2013-01-22
* [asan] split asan_test.cc to speedup parallel build (most important if buildi...Kostya Serebryany2013-01-22
* [asan] fix linux buildKostya Serebryany2013-01-21
* [ASan] Move Mac-specific tests to asan_mac_test.ccAlexander Potapenko2013-01-21
* [ASan] fixes for Android buildAlexey Samsonov2013-01-18
* [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...Kostya Serebryany2013-01-18
* Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen2013-01-17
* [asan] restructure read/pread/pread64 testsKostya Serebryany2013-01-17
* Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov2013-01-14
* ASan: Disable alloc/dealloc mismatch test on Android. It's not supposed to wo...Alexey Samsonov2013-01-14
* ASan: Disable alloc/dealloc-mismatch checker on Mac for now (it produces weir...Alexey Samsonov2013-01-14
* [asan] don't fail the test if prctl(PR_SET_NAME) is not supportedKostya Serebryany2013-01-10
* [asan] asan_allocator2: do less work under the quarantine lock; make the strc...Kostya Serebryany2013-01-10
* [asan] better protect the tests from memset/memcpy inlining, explicitly inclu...Kostya Serebryany2013-01-10
* [asan] make LargeOOBInMemset test resistant to clever compiler optimizationsKostya Serebryany2012-12-29
* [asan] fix a build warning Kostya Serebryany2012-12-28
* [asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany2012-12-28
* [asan] asan_allocator2: do not align the requested size to the redzone size (...Kostya Serebryany2012-12-26