summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* Update global_symbols.txt.Peter Collingbourne2019-10-181-0/+1
* [Arm][libsanitizer] Fix arm libsanitizer failure with bleeding edge glibcSjoerd Meijer2019-10-181-1/+4
* Revert [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-175-18/+7
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-175-7/+18
* Revert "[ASan] Refine diagnoses messages"Julian Lettner2019-10-161-1/+2
* [ASan] Refine diagnoses messagesJulian Lettner2019-10-161-2/+1
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-105-5/+38
* Fix sanitizer lint check after r374315Russell Gallop2019-10-101-1/+2
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-102-1/+18
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-105-38/+5
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-101-1/+1
* [ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner2019-10-105-5/+38
* [sanitizer_common] Remove OnPrint from Go build.Matt Morehouse2019-10-091-6/+0
* [msan] Add interceptors: crypt, crypt_r.Evgeniy Stepanov2019-10-084-0/+42
* [tsan, go] fix Go windows buildVitaly Buka2019-10-071-0/+12
* [sanitizer] Print SIGTRAP for corresponding signalVitaly Buka2019-10-071-0/+2
* compiler-rt: use __GLIBC_PREREQ for SANITIZER_INTERCEPT_GETRANDOMVitaly Buka2019-10-041-2/+2
* 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] Add __sanitizer_on_print to interface list.Matt Morehouse2019-10-021-0/+1
* NFC: add namespace {}Vitaly Buka2019-10-021-0/+4
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-021-1/+7
* 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
* sanitizer_common: fix freebsd build errorDmitry Vyukov2019-09-241-1/+0
* Add __lsan::ScopedInterceptorDisabler for strerror(3)Kamil Rytarowski2019-09-211-0/+6
* Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSDKamil Rytarowski2019-09-211-0/+4
* Add getauxval() compat for NetBSDKamil Rytarowski2019-09-122-3/+21
* [compiler-rt] cpplint of inc files in backgroundVitaly Buka2019-09-121-0/+2
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-1210-38/+45
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-121-12/+4
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-1130-179/+183
* Fix mac buildVitaly Buka2019-09-111-4/+4
* Update compiler-rt cpplint.pyVitaly Buka2019-09-1110-2685/+4913
* Do not intercept malloc_usable_size on NetBSDKamil Rytarowski2019-09-081-1/+2
* compiler-rt: use 64-bit time_t for all FreeBSD archs except i386Ed Maste2019-09-031-1/+1
* compiler-rt: use more __sanitizer_time_t on FreeBSDEd Maste2019-09-031-11/+11
* [sanitizer] Support monorepo layout in symbolizer build scriptVitaly Buka2019-08-291-6/+21
* [sanitizer] Simplify COMPILER_RT setup in lint scriptVitaly Buka2019-08-281-8/+2
* [sanitizer_common] Close superfluous file descriptors in spawned processJulian Lettner2019-08-271-5/+23
* NFC: clang-format r370008 to suppress lint errorsVitaly Buka2019-08-272-7/+6
* Fix buildbotDavid Carlier2019-08-272-4/+7
* [Sanitizer] Using huge page on FreeBSD for shadow mappingDavid Carlier2019-08-273-2/+28
* [sanitizer] Resubmit D66620 from monorepoTaewook Oh2019-08-222-1/+3
* Fixing buildbot due to style.David Carlier2019-08-221-2/+4
* [Sanitizer] checks ASLR on FreeBSDDavid Carlier2019-08-221-0/+27
* Revert r369472 and r369441Vitaly Buka2019-08-216-234/+0
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-206-0/+234