summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2013-12-26[ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko
2013-12-26[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany
2013-12-25[ASan] Add a test for __asan_gen_ globals labels on Darwin.Alexander Potapenko
2013-12-25[ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko
2013-12-25[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko
2013-12-23[asan] clean up at the end of the shmget/shmctl testKostya Serebryany
2013-12-23[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-12-19[ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov
2013-12-19[ASan] Get rid of __asan_symbolize functionAlexey Samsonov
2013-12-18[Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-16[asan] fix the test so that it works even if stack size is unlimited by defaultKostya Serebryany
2013-12-16[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany
2013-12-13[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany
2013-12-11[asan] when a fake stack is being unmapped also flush the corresponding shadowKostya Serebryany
2013-12-11[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany
2013-12-10[asan] relax HugeMallocTest so that it does not fail on small-RAM machinesKostya Serebryany
2013-12-10[asan] remove one test from SizedStackTest which relied on a now-wrong assump...Kostya Serebryany
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-12-09Fix Windows build.Sergey Matveev
2013-12-09[lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev
2013-12-06[asan] in SizedStackTest check the death string, also restrict one of the che...Kostya Serebryany
2013-12-06[asan] rewrite asan's stack frame layout, compiler-rt partKostya Serebryany
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-12-05[asan] revert files which I accidentally commited in r196490Kostya Serebryany
2013-12-05[tsan] fix the include path that is broken in configure/make build but works ...Kostya Serebryany
2013-12-04[ASan] Use 'extern "C"' rather than 'extern' for global variables exposed in ...Timur Iskhodzhanov
2013-12-04[asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany
2013-12-04[asan] revert 196373: committed to many files by mistakeKostya Serebryany
2013-12-04[asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany
2013-12-04[ASan] Return interface attribute to __sanitizer_print_stack_traceAlexey Samsonov
2013-12-03[asan] Fix build error.Sergey Matveev
2013-12-03[sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev
2013-12-02[asan] disable AddressSanitizer.HugeMallocTest if ASAN_AVOID_EXPENSIVE_TESTS ...Kostya Serebryany
2013-11-29[asan] dump coverage even if asan has reported an error Kostya Serebryany
2013-11-29[sanitizer] disable shmctl intercetor in 32-bit -- it is rotten (bug filed)Kostya Serebryany
2013-11-29Fix current stack unwinding when using DRASanTimur Iskhodzhanov
2013-11-27Add a DLL thunk for __asan_handle_no_returnTimur Iskhodzhanov
2013-11-27[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-11-22[ASan] Fix large_allocator_unpoisons_on_free.cc to pass correct parameters to...Alexander Potapenko
2013-11-21[asan] rename contiguous-container-buffer-overflow (too long) to container-ov...Kostya Serebryany
2013-11-20[asan] Fix OSX tests.Evgeniy Stepanov
2013-11-20[asan] Test that LargeAllocator unpoisons memory before releasing it to the OS.Evgeniy Stepanov
2013-11-19[asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_c...Kostya Serebryany
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-18[ASan] Run one of UAS tests in UAR mode as wellAlexey Samsonov
2013-11-18[asan] fix Windows buildKostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany