| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr... | Kostya Serebryany | 2013-11-19 | 1 | -0/+16 |
* | [ASan] Run one of UAS tests in UAR mode as well | Alexey Samsonov | 2013-11-18 | 1 | -1/+2 |
* | [asan] introduce __sanitizer_annotate_contiguous_container | Kostya Serebryany | 2013-11-18 | 1 | -0/+47 |
* | [Sanitizer] Make slow unwinder on Linux more robust | Alexey Samsonov | 2013-11-15 | 1 | -3/+5 |
* | Reapply asan coverage changes 194702-194704. | Bob Wilson | 2013-11-15 | 1 | -0/+45 |
* | Speculatively revert asan coverage changes 194702-194704. | Bob Wilson | 2013-11-15 | 1 | -45/+0 |
* | [asan] Poor man's coverage that works with ASan (compiler-rt part) | Kostya Serebryany | 2013-11-14 | 1 | -0/+45 |
* | [ASan] Introduce a top-level target to collect all ASan runtimes and deps | Alexey Samsonov | 2013-11-14 | 1 | -2/+1 |
* | [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan ... | Alexey Samsonov | 2013-11-14 | 1 | -0/+14 |
* | [ASan] Do not rely on malloc context in allocator reports. | Alexey Samsonov | 2013-11-13 | 3 | -8/+24 |
* | [ASan] Use new feature of FileCheck: provide multiple --check-prefix args | Alexey Samsonov | 2013-11-13 | 6 | -61/+37 |
* | [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/... | Kostya Serebryany | 2013-11-13 | 1 | -0/+39 |
* | [ASan] Use OS-specific matches in the malloc_context_size.cc lit test. | Alexander Potapenko | 2013-11-06 | 1 | -8/+16 |
* | [ASan] Disable back init-order checker. Make strict_init_order imply check_in... | Alexey Samsonov | 2013-11-06 | 4 | -7/+5 |
* | [ASan] Make sure slow stack unwinder doesn't return empty stacks. | Alexey Samsonov | 2013-11-05 | 1 | -0/+19 |
* | Add a CMake option COMPILER_RT_DEBUG for building runtimes with full debug info. | Peter Collingbourne | 2013-10-25 | 3 | -0/+6 |
* | [ASan] fix compilation of atexit_stats.cc on OSX | Alexander Potapenko | 2013-10-18 | 1 | -0/+2 |
* | [asan] fix a test on Mac | Kostya Serebryany | 2013-10-18 | 1 | -0/+2 |
* | [asan] fix atexit stats | Kostya Serebryany | 2013-10-18 | 2 | -3/+11 |
* | [ASan] fix assign_large_valloc_to_global.cc to use the correct header for val... | Alexander Potapenko | 2013-10-17 | 1 | -0/+4 |
* | [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 | Kostya Serebryany | 2013-10-17 | 1 | -0/+2 |
* | [asan] Fix a deadlock between asan's allocator and lsan | Kostya Serebryany | 2013-10-17 | 1 | -0/+5 |
* | Use configured PYTHON in asan lit tests. | Will Dietz | 2013-10-17 | 1 | -1/+2 |
* | [asan] introduce run-time flag 'poison_partial' | Kostya Serebryany | 2013-10-16 | 1 | -0/+19 |
* | Fix a typo. | Evgeniy Stepanov | 2013-10-15 | 1 | -1/+1 |
* | [ASan] Make test from r192581 Linux-only, as wild memory contents is less pre... | Alexey Samsonov | 2013-10-15 | 1 | -0/+0 |
* | [ASan] Don't die with internal ASan error on large buffer overflows | Alexey Samsonov | 2013-10-14 | 2 | -1/+24 |
* | [asan] introduce run-time flag uar_stack_size_log to control the size of Fake... | Kostya Serebryany | 2013-09-27 | 1 | -0/+7 |
* | [asan] remove -fsanitize=use-after-return from the tests (this flag now comes... | Kostya Serebryany | 2013-09-23 | 5 | -12/+13 |
* | [ASan] Fix the interface test on Darwin. | Alexander Potapenko | 2013-09-23 | 1 | -0/+2 |
* | [asan] disable the detect_stack_use_after_return run-time flag by default and... | Kostya Serebryany | 2013-09-23 | 2 | -0/+2 |
* | [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dyna... | Alexander Potapenko | 2013-09-19 | 2 | -2/+7 |
* | [asan] add a run-time option detect_stack_use_after_return, add verbosity out... | Kostya Serebryany | 2013-09-18 | 1 | -0/+1 |
* | [asan] a bit of performance improvement in fake stack, generalized one test, ... | Kostya Serebryany | 2013-09-12 | 1 | -4/+16 |
* | [asan] add a test for use-after-return and exceptions and fix it. Not 100% su... | Kostya Serebryany | 2013-09-12 | 1 | -0/+27 |
* | [asan] hopefully make the FakeStack async-signal safe, enable the related test | Kostya Serebryany | 2013-09-12 | 2 | -7/+35 |
* | [asan] refactor the use-after-return API so that the size class is computed a... | Kostya Serebryany | 2013-09-10 | 1 | -0/+1 |
* | [sanitizer] Fix PR17138. | Evgeniy Stepanov | 2013-09-09 | 1 | -0/+13 |
* | [ASan] fix one more memory leak in test case | Alexey Samsonov | 2013-09-08 | 1 | -0/+1 |
* | [ASan] turn on leak checking for ASan tests and fix a few discovered leaks | Alexey Samsonov | 2013-09-08 | 4 | -0/+10 |
* | [sanitizer] A bunch of linux system call handlers. | Evgeniy Stepanov | 2013-09-06 | 1 | -1/+1 |
* | [ASan] make the check for NULL more portable. | Alexander Potapenko | 2013-09-06 | 1 | -6/+8 |
* | [asan] make calloc crash instead of returning 0 on overflow (controlled by th... | Kostya Serebryany | 2013-09-06 | 1 | -0/+14 |
* | [sanitizer] make the allocator crash instead of returning 0 on huge size (con... | Kostya Serebryany | 2013-09-06 | 1 | -0/+65 |
* | [asan] add a test that demonstrates why the current use-after-return is not s... | Kostya Serebryany | 2013-09-04 | 1 | -0/+66 |
* | [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ... | Kostya Serebryany | 2013-09-04 | 1 | -0/+23 |
* | implement PR17059: more visible diagnostics for stack-buffer-overflow | Kostya Serebryany | 2013-09-03 | 2 | -0/+46 |
* | ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro... | Alexey Samsonov | 2013-09-03 | 1 | -3/+0 |
* | [ASan] Make blacklist test more robust | Alexey Samsonov | 2013-09-02 | 1 | -2/+4 |
* | Improve collecting malloc stats in ASan | Alexey Samsonov | 2013-09-02 | 1 | -0/+43 |