summaryrefslogtreecommitdiff
path: root/lib/asan
Commit message (Expand)AuthorAge
* [ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is use...Alexander Potapenko2013-10-31
* [ASan] Turn on (non-strict) initialization order checker by default for all A...Alexey Samsonov2013-10-31
* [asan] Maybe fix test failures on lld bots.Evgeniy Stepanov2013-10-29
* [asan] Fix build.Evgeniy Stepanov2013-10-29
* [sanitizer] Fix build warnings.Evgeniy Stepanov2013-10-29
* [asan] increase the max malloc size from 8Gb to 64GbKostya Serebryany2013-10-29
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-29
* [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to...Alexey Samsonov2013-10-29
* [Sanitizer] Revert r193501 and properly fix r193448Alexey Samsonov2013-10-28
* asan/msan: separate different report blocks with new linesDmitry Vyukov2013-10-28
* Work around ASan/Win breakage by r193448Timur Iskhodzhanov2013-10-27
* Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info.Peter Collingbourne2013-10-25
* Overhaul the symbolizer interface.Peter Collingbourne2013-10-25
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-25
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-24
* [ASan] ASan can be combined with LSan and UBSan, so export symbol from them a...Alexey Samsonov2013-10-23
* Make sure ASan always emits an error summary if it reports an error.Nick Lewycky2013-10-23
* Runtime support for the indirect function call checker.Peter Collingbourne2013-10-20
* [asan] fix stack trace printing on MacKostya Serebryany2013-10-18
* [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...Kostya Serebryany2013-10-18
* [asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany2013-10-18
* [ASan] fix compilation of atexit_stats.cc on OSXAlexander Potapenko2013-10-18
* [asan] fix a test on MacKostya Serebryany2013-10-18
* [asan] fix atexit statsKostya Serebryany2013-10-18
* [ASan] fix assign_large_valloc_to_global.cc to use the correct header for val...Alexander Potapenko2013-10-17
* [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany2013-10-17
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* Use configured PYTHON in asan lit tests.Will Dietz2013-10-17
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-16
* [asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov2013-10-16
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* Fix a typo.Evgeniy Stepanov2013-10-15
* [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre...Alexey Samsonov2013-10-15
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-14
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-12
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* asan/msan: fix "unused function 'OnExit'" warningDmitry Vyukov2013-10-03
* asan/msan/tsan: move _exit interceptor to common interceptorsDmitry Vyukov2013-10-03
* [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/Win] Slightly optimize the DLL thunkTimur Iskhodzhanov2013-09-23
* [ASan] Fix a compile-time warningTimur Iskhodzhanov2013-09-23
* [ASan] Add DLL thunks for the new stack UAR interfaceTimur Iskhodzhanov2013-09-23
* [ASan] Fix the interface test on Darwin.Alexander Potapenko2013-09-23
* [asan] disable the detect_stack_use_after_return run-time flag by default and...Kostya Serebryany2013-09-23
* [ASan] Remove a complex multiline comment that baffles lint.Alexander Potapenko2013-09-20
* [ASan] Fix compilation of asan_str_test.cc on non-Darwin.Alexander Potapenko2013-09-20