summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [msan] Add interceptors: crypt, crypt_r.Evgeniy Stepanov2019-10-086-0/+105
* [tsan, go] fix Go windows buildVitaly Buka2019-10-072-0/+18
* [tsan, go] break commands into multiple linesVitaly Buka2019-10-071-3/+55
* [sanitizer] Print SIGTRAP for corresponding signalVitaly Buka2019-10-072-0/+10
* [tsan] Don't delay SIGTRAP handlerVitaly Buka2019-10-072-4/+34
* [scudo][standalone] Correct releaseToOS behaviorKostya Kortchinsky2019-10-073-27/+67
* [scudo][standalone] Make malloc_info return a minimal XMLKostya Kortchinsky2019-10-043-4/+16
* [compiler-rt] Remove O1 tests from signal_line.cppVitaly Buka2019-10-041-4/+0
* [compiler-rt] Fix signal_line.cpp testVitaly Buka2019-10-041-2/+2
* [compiler-rt] Remove O2, O3 from signal_line test for fix android testsVitaly Buka2019-10-041-11/+2
* compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOMVitaly Buka2019-10-041-2/+2
* [compiler-rt] More optimization levels in signal_line.cpp testVitaly Buka2019-10-031-12/+13
* compiler-rt: move all __GLIBC_PREREQ into own header fileVitaly Buka2019-10-035-19/+38
* Move SanitizerInitializeUnwinder outside anonymous namespace.Matt Morehouse2019-10-021-32/+32
* [sanitizer_common] Declare __sanitizer_on_print in Windows interception.Matt Morehouse2019-10-021-0/+1
* [sanitizer_common] Disable onprint.cpp on Android.Matt Morehouse2019-10-021-0/+2
* [sanitizer_common] Add __sanitizer_on_print to interface list.Matt Morehouse2019-10-021-0/+1
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-026-6/+44
* NFC: add namespace {}Vitaly Buka2019-10-021-0/+4
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-022-1/+38
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-015-50/+105
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-0111-70/+0
* Revert "compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOM"Vitaly Buka2019-10-016-37/+21
* compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOMVitaly Buka2019-10-011-2/+2
* compiler-rt: move all __GLIBC_PREREQ into own header fileVitaly Buka2019-10-015-19/+35
* Rename tsan_interceptors.cpp into tsan_interceptors_posix.cppVitaly Buka2019-10-013-3/+3
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-302-7/+33
* [libFuzzer] Dump trace and provide correct msg for overwritten input.Mitch Phillips2019-09-271-1/+3
* Revert "[profile] Add a test dependency on cxx-headers"Vedant Kumar2019-09-271-1/+1
* [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as wellVedant Kumar2019-09-271-0/+1
* [profile] Add a test dependency on cxx-headersVedant Kumar2019-09-271-1/+1
* hwasan: Compatibility fixes for short granules.Peter Collingbourne2019-09-273-5/+58
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-262-2/+2
* builtins test: Move clear_cache_test.c from a mprotect()ed global to a mmap()...Nico Weber2019-09-251-28/+21
* [NFC] Invoke lipo from CMAKE_LIPO.Puyan Lotfi2019-09-241-1/+3
* [TSAN] Add read/write range interface functions with PCJoachim Protze2019-09-243-0/+53
* sanitizer_common: fix freebsd build errorDmitry Vyukov2019-09-241-1/+0
* Fix int to bool errors exposed due to r372612.Rumeet Dhindsa2019-09-243-4/+4
* [llvm-cov] NFC: Specify a specific C++ standard in the test.Artem Dergachev2019-09-241-3/+6
* [compiler-rt] Fix lint check failure on commentsJinsong Ji2019-09-222-2/+4
* Add __lsan::ScopedInterceptorDisabler for strerror(3)Kamil Rytarowski2019-09-213-0/+23
* Avoid memory leak in ASan testKamil Rytarowski2019-09-211-0/+1
* Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSDKamil Rytarowski2019-09-214-1/+101
* [lsan] Fix deadlock in dl_iterate_phdr.Evgeniy Stepanov2019-09-195-12/+69
* [cmake] Strip quotes in try_compile_onlyHans Wennborg2019-09-191-0/+6
* tsan: allow the Go runtime to return multiple stack frames for a single PCDmitry Vyukov2019-09-181-7/+18
* Remove asan test for strncat(x, y, 0)David Bolvansky2019-09-171-3/+1
* [ASAN] Adjust asan tests due to new optimizationsDavid Bolvansky2019-09-171-1/+1
* [libFuzzer] Always print DSO map on Fuchsia libFuzzer launchJake Ehrlich2019-09-172-0/+12
* [test] Clean up previous raw profile before merging into itVedant Kumar2019-09-161-1/+1