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