summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Refine diagnoses messagesJulian Lettner2019-10-161-2/+1
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-0/+38
* tsan: fix Go ppc64le buildDmitry Vyukov2019-10-151-0/+2
* [libFuzzer] Don't prefix absolute paths in fuchsia.Jake Ehrlich2019-10-111-5/+6
* Fix check-interception link error in compiler-rt debug modeReid Kleckner2019-10-101-1/+4
* Add a missing include in test.Evgeniy Stepanov2019-10-101-0/+1
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-107-6/+90
* [Sanitizers] Fix getrandom testDavid Carlier2019-10-101-1/+1
* Fix sanitizer lint check after r374315Russell Gallop2019-10-101-1/+2
* [UBSan] Appease linterRoman Lebedev2019-10-101-2/+4
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-103-5/+26
* [UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev2019-10-102-51/+12
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-107-90/+6
* [UBSan] Split nullptr-and-nonzero-offset-variable.cpp into C and C++ variantsRoman Lebedev2019-10-102-13/+42
* [UBSan] Revisit nullptr-and-nonzero-offset-variable.cpp test to hopefully mak...Roman Lebedev2019-10-101-7/+7
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-109-9/+177
* [ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner2019-10-107-6/+90
* [sanitizer_common] Remove OnPrint from Go build.Matt Morehouse2019-10-091-6/+0
* [libFuzzer] Fix Alarm callback in fuchsia.Jake Ehrlich2019-10-091-2/+2
* [sanitizer, NFC] Fix grammar in commentVitaly Buka2019-10-091-1/+1
* [sanitizer] Disable signal_trap_handler on s390Vitaly Buka2019-10-091-0/+5
* [sanitizer] Make signal_name a C testVitaly Buka2019-10-091-2/+3
* [sanitizer] Use raise() in test and cover more signalsVitaly Buka2019-10-092-8/+19
* [scudo][standalone] Get statistics in a char bufferKostya Kortchinsky2019-10-0914-69/+145
* [sanitizer] Fix crypt.cpp on Android againVitaly Buka2019-10-082-6/+3
* [sanitizer] Fix crypt.cpp test on DarwinVitaly Buka2019-10-082-4/+7
* Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew2019-10-081-3/+7
* [sanitizer] Disable crypt*.cpp tests on AndroidVitaly Buka2019-10-082-5/+7
* [builtins] Unbreak build on FreeBSD armv7 after D60351David Carlier2019-10-082-3/+9
* [sanitizer] Fix signal_trap_handler.cpp on androidVitaly Buka2019-10-081-6/+11
* [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