summaryrefslogtreecommitdiff
path: root/lib/asan/tests
Commit message (Expand)AuthorAge
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-01
* [asan] Maybe fix test failures on lld bots.Evgeniy Stepanov2013-10-29
* [asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov2013-10-16
* [asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany2013-09-27
* [ASan] Fix GCD tests by spinning forever in the main thread.Alexander Potapenko2013-09-24
* [asan] remove -fsanitize=use-after-return from the tests (this flag now comes...Kostya Serebryany2013-09-23
* [ASan] Fix compilation of asan_str_test.cc on non-Darwin.Alexander Potapenko2013-09-20
* [ASan] Enforce the memmove semantics for both memcpy() and memmove() intercep...Alexander Potapenko2013-09-20
* [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests...Alexey Samsonov2013-09-17
* [ASan] Link tests with -pie if ASan runtime uses zero-base shadowAlexey Samsonov2013-09-17
* [asan] further speedup use-after-return: simplify deallocation of fake frames...Kostya Serebryany2013-09-17
* [ASan] Don't link with pthread on AndroidAlexey Samsonov2013-09-16
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-16
* [ASan] Temporary disable UAR unit test on Android due to https://code.google....Alexey Samsonov2013-09-13
* [asan] don't record the class_id in FakeFrame (scratching the last bits of pe...Kostya Serebryany2013-09-13
* [asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany2013-09-12
* [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google....Alexander Potapenko2013-09-12
* [asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany2013-09-12
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-08
* Fix compiler warning introduced in r190022Alexey Samsonov2013-09-06
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-06
* [asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-06
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* asan: Add a wcslen interceptor mirroring strlenReid Kleckner2013-09-05
* [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany2013-08-28
* [ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov2013-07-18
* [asan] fix the bug with memalign and malloc_usable_size (http://code.google.c...Kostya Serebryany2013-06-10
* [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
* Quick fix for ASan test build on Android.Sergey Matveev2013-05-08
* [ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko2013-04-23
* [asan] nuke the old unused allocator codeKostya Serebryany2013-04-04
* [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] make the __asan_get_heap_size more robustKostya Serebryany2013-03-18
* [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] if calloc returns a freshly-mmaped memory, don't clear it with memset....Kostya Serebryany2013-02-27
* [asan] fix the output for range accesses (memset, etc); improve the tests; mo...Kostya Serebryany2013-02-26
* [asan] speedup by more than 2x handling of the small memset/memcpy/etc callsKostya Serebryany2013-02-21
* [ASan] revert part of r175631 that looks like accidental commitAlexey Samsonov2013-02-20