2018-03-30 |
Alex Shlyapnikov | [ASan] Disable new ASan error reporting tests on variou... |
tree | commitdiff |
2018-03-29 |
Dan Liew | [asan] Split the `throw_invoke_test.cc` into a Linux... |
tree | commitdiff |
2018-03-29 |
Alex Shlyapnikov | [ASan] Disable aligned_alloc-alignment.cc on PPC64. |
tree | commitdiff |
2018-03-29 |
Alex Shlyapnikov | [ASan] Disable aligned_alloc-alignment.cc on ppc64be |
tree | commitdiff |
2018-03-28 |
Alex Shlyapnikov | [ASan] Disable aligned_alloc-alignment.cc test on gcc. |
tree | commitdiff |
2018-03-28 |
Alex Shlyapnikov | [ASan] Disable aligned_alloc-alignment.cc on Android. |
tree | commitdiff |
2018-03-28 |
Alex Shlyapnikov | [ASan] Add aligned_alloc declaration to aligned_alloc... |
tree | commitdiff |
2018-03-28 |
Alex Shlyapnikov | [ASan] Report proper ASan error on allocator failures... |
tree | commitdiff |
2018-03-28 |
Evgeniy Stepanov | [asan] Add vfork to the list of reasons for stack errors. |
tree | commitdiff |
2018-03-27 |
Alex Shlyapnikov | [HWASan] Make use-after-free c, not c++ test. |
tree | commitdiff |
2018-03-27 |
Matt Morehouse | [libFuzzer] Disable optimization for exit_on_src_pos... |
tree | commitdiff |
2018-03-27 |
Matt Morehouse | [libFuzzer] Place volatile after pointer types. |
tree | commitdiff |
2018-03-27 |
Alex Shlyapnikov | [HWASan] Relax use-after-free.cc test matching rules. |
tree | commitdiff |
2018-03-27 |
Kostya Kortchinsky | [scudo] Fuchsia minimal shared runtime |
tree | commitdiff |
2018-03-27 |
Evgeniy Stepanov | Revert "[asan] Replace vfork with fork." |
tree | commitdiff |
2018-03-26 |
Matt Morehouse | [libFuzzer] Do not optimize minimize_two_crashes.test. |
tree | commitdiff |
2018-03-26 |
Vitaly Buka | [sanitizer] Make test compatible with Darwin |
tree | commitdiff |
2018-03-24 |
Vitaly Buka | [sanitizer] Fix Darwin build |
tree | commitdiff |
2018-03-24 |
Vitaly Buka | Mmap interceptor providing mprotect support |
tree | commitdiff |
2018-03-24 |
Vitaly Buka | [sanitizer] Fix strlcpy and strlcat interceptors on... |
tree | commitdiff |
2018-03-24 |
Alex Shlyapnikov | [HWASan] Fix use-after-free.cc test on x86-64 |
tree | commitdiff |
2018-03-24 |
Alex Shlyapnikov | Remove duplicated const qualifier. |
tree | commitdiff |
2018-03-23 |
Alex Shlyapnikov | [HWASan] Port HWASan to Linux x86-64 (compiler-rt) |
tree | commitdiff |
2018-03-23 |
Matt Morehouse | [libFuzzer] Use OptForFuzzing attribute with -fsanitize... |
tree | commitdiff |
2018-03-23 |
Vitaly Buka | FreeBSD sanitizer common, intercept couple of more... |
tree | commitdiff |
2018-03-23 |
Vitaly Buka | Revert "Mmap interceptor providing mprotect support" |
tree | commitdiff |
2018-03-23 |
Vitaly Buka | Mmap interceptor providing mprotect support |
tree | commitdiff |
2018-03-23 |
Vitaly Buka | [sanitizer] Fix PPC bot |
tree | commitdiff |
2018-03-22 |
Petr Hosek | [sanitizer] zx_vmo_write on Fuchsia takes only 4 argume... |
tree | commitdiff |
2018-03-22 |
Vitaly Buka | More OpenBSD fixes |
tree | commitdiff |
2018-03-22 |
Kostya Kortchinsky | [sanitizer] Split coverage into separate RT in sanitize... |
tree | commitdiff |
2018-03-21 |
Vitaly Buka | Mmap interceptor new option, Write Exec runtime detector |
tree | commitdiff |
2018-03-21 |
George Karpenkov | [libFuzzer] Disable equivalence-signals test on Darwin... |
tree | commitdiff |
2018-03-21 |
Nemanja Ivanovic | [PowerPC] Disable failing dynamic tls test cases |
tree | commitdiff |
2018-03-21 |
Dmitry Vyukov | tsan: fix darwin build after 328079 |
tree | commitdiff |
2018-03-21 |
Dmitry Vyukov | tsan: support inlined frames in external symbolization |
tree | commitdiff |
2018-03-21 |
Vitaly Buka | Fix declaration of environ after r327923 |
tree | commitdiff |
2018-03-20 |
Mandeep Singh Grang | Revert "[compiler-rt] Change std::sort to llvm::sort... |
tree | commitdiff |
2018-03-20 |
Mandeep Singh Grang | [compiler-rt] Change std::sort to llvm::sort in respons... |
tree | commitdiff |
2018-03-19 |
Vitaly Buka | OpenBSD UBsan support missing bits |
tree | commitdiff |
2018-03-19 |
Vitaly Buka | Cleanup of "extern char **environ" declaration |
tree | commitdiff |
2018-03-19 |
Vitaly Buka | Fix CMake/MSVC when compiler-rt and llvm are built... |
tree | commitdiff |
2018-03-17 |
Vitaly Buka | Revert "Mmap interceptor new option, Write Exec runtime... |
tree | commitdiff |
2018-03-16 |
Petr Hosek | [Fuzzer] Build the shared memory hooks for Fuchsia |
tree | commitdiff |
2018-03-16 |
Vitaly Buka | OpenBSD UBsan support final missing bits |
tree | commitdiff |
2018-03-16 |
Evgeniy Stepanov | [asan] Replace vfork with fork. |
tree | commitdiff |
2018-03-16 |
Evgeniy Stepanov | [asan] Remove empty fork interceptor. |
tree | commitdiff |
2018-03-16 |
Vitaly Buka | Mmap interceptor new option, Write Exec runtime detector |
tree | commitdiff |
2018-03-16 |
Jonas Devlieghere | Revert "Mmap interceptor new option, Write Exec runtime... |
tree | commitdiff |
2018-03-16 |
Dmitry Vyukov | tsan: revert: Update buildgo.sh to pass -isysroot on... |
tree | commitdiff |
2018-03-16 |
Vitaly Buka | FreeBSD TSan support update |
tree | commitdiff |
2018-03-16 |
Vitaly Buka | Mmap interceptor new option, Write Exec runtime detector |
tree | commitdiff |
2018-03-15 |
Vitaly Buka | MSan, FreeBSD few tests fixes |
tree | commitdiff |
2018-03-15 |
Vitaly Buka | OpenBSD UBsan support procmaps |
tree | commitdiff |
2018-03-15 |
Vitaly Buka | OpenBSD UBsan support common functions |
tree | commitdiff |
2018-03-15 |
Martin Pelikan | [TSan] fix Go runtime test on amd64 with PIE |
tree | commitdiff |
2018-03-15 |
Vitaly Buka | [sanitizer] Fix off type in mmap64 interceptor |
tree | commitdiff |
2018-03-14 |
Kostya Kortchinsky | [scudo] Add Chunk::getSize, rework Chunk::getUsableSize |
tree | commitdiff |
2018-03-13 |
Sylvestre Ledru | fix some user facing typos / in the comments |
tree | commitdiff |
2018-03-12 |
Alex Shlyapnikov | [Sanitizers] Add more standard compliant posix_memalign... |
tree | commitdiff |
2018-03-12 |
Evgeniy Stepanov | [asan] poison_heap=0 should not disable __asan_handle_n... |
tree | commitdiff |
2018-03-12 |
Kostya Kortchinsky | [scudo] Secondary allocator overhaul to support Windows |
tree | commitdiff |
2018-03-12 |
Kostya Kortchinsky | [sanitizer] Align & pad the allocator structures to... |
tree | commitdiff |
2018-03-10 |
Petr Hosek | [Fuzzer] When building for Fuchsia, add an explicit... |
tree | commitdiff |
2018-03-09 |
Dan Liew | [asan] Clean up the REQUIRES of `asan/TestCases/strcat... |
tree | commitdiff |
2018-03-09 |
Peter Collingbourne | cfi: Disable simple-pass.cpp on Darwin. |
tree | commitdiff |
2018-03-09 |
Kostya Kortchinsky | [sanitizer] Revert rCRT327145 |
tree | commitdiff |
2018-03-09 |
Peter Collingbourne | Use branch funnels for virtual calls when retpoline... |
tree | commitdiff |
2018-03-09 |
Kostya Kortchinsky | [sanitizer] Align & pad the allocator structures to... |
tree | commitdiff |
2018-03-09 |
Dan Liew | [asan] Try to unbreak arm build bots by only running... |
tree | commitdiff |
2018-03-09 |
Kuba Mracek | Mark the -overlap tests are "UNSUPPORTED: android"... |
tree | commitdiff |
2018-03-09 |
Kuba Mracek | Mark strcat-overlap.cc as "UNSUPPORTED: win32" |
tree | commitdiff |
2018-03-08 |
Kuba Mracek | Move lto-constmerge-odr.cc to Posix (it's failing on... |
tree | commitdiff |
2018-03-08 |
Dan Liew | [asan] Fix bug where suppression of overlapping accesse... |
tree | commitdiff |
2018-03-08 |
Kuba Mracek | [asan] Fix a false positive ODR violation due to LTO... |
tree | commitdiff |
2018-03-08 |
Kuba Mracek | More revert of r327031 |
tree | commitdiff |
2018-03-08 |
Kuba Mracek | Revert r327031 |
tree | commitdiff |
2018-03-08 |
Kuba Mracek | [asan] Fix a false positive ODR violation due to LTO... |
tree | commitdiff |
2018-03-08 |
Eugene Zemtsov | Build LLVMDemangle from build_symbolizer.sh |
tree | commitdiff |
2018-03-08 |
Eugene Zemtsov | Add Demangle lib into internalization list |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Fix SANITIZER_INTERCEPT_MMAP and SANITIZER_... |
tree | commitdiff |
2018-03-07 |
Petr Hosek | [Fuzzer] Avoid the unnecessary rebuild of the custom... |
tree | commitdiff |
2018-03-07 |
Kostya Kortchinsky | [scudo] Make logging more consistent |
tree | commitdiff |
2018-03-07 |
Kamil Rytarowski | Don't intercept mmap64() on NetBSD |
tree | commitdiff |
2018-03-07 |
George Burgess IV | Attempt to appease buildbots |
tree | commitdiff |
2018-03-07 |
Adam Nemet | Disable tests from r326852 on Darwin |
tree | commitdiff |
2018-03-07 |
Dean Michael Berris | [XRay][compiler-rt] Add APIs for processing logs in... |
tree | commitdiff |
2018-03-07 |
Kuba Mracek | Fixup r326851: mmap64 interceptor should not be used... |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Update symbolizer test |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Extract common code into STRXFRM_INTERCEPTO... |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Move strxfrm interceptors into sanitizer_common |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Add interceptors for wcsxfrm, wcsxfrm_l |
tree | commitdiff |
2018-03-07 |
Vitaly Buka | [sanitizer] Move mmap interceptors into sanitizer_common |
tree | commitdiff |
2018-03-06 |
Dean Michael Berris | [XRay][compiler-rt] Make unit tests depend on implement... |
tree | commitdiff |
2018-03-06 |
Kostya Kortchinsky | [scudo] Use gc-sections by default |
tree | commitdiff |
2018-03-06 |
Kamil Rytarowski | OpenBSD sanitizer common, define RLIMIT_AS constant |
tree | commitdiff |
2018-03-06 |
Petr Hosek | [sanitizer] Fix the return type for GetTid in Fuchsia... |
tree | commitdiff |
2018-03-03 |
Kamil Rytarowski | Remove more references to ptrace_pt_{g,s}et_sigmask |
tree | commitdiff |
2018-03-03 |
Kamil Rytarowski | Fix NetBSD 32-bit build |
tree | commitdiff |
2018-03-03 |
Kamil Rytarowski | Remove obsolete ptrace(2) operations from NetBSD |
tree | commitdiff |
next |