summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* Summary: update macro for OFF_T so that sanitizer works on AARCH64.Lirong Yuan2020-01-105-12/+5
* [msan] Fix underflow in qsort interceptor.Evgenii Stepanov2020-01-061-10/+14
* [msan] Check qsort input.Evgenii Stepanov2020-01-061-0/+14
* [compiler-rt] [netbsd] Switch to syscall for ThreadSelfTlsTcb()Kamil Rytarowski2020-01-031-11/+2
* [sanitizer] Link Sanitizer-x86_64-Test-Nolibc with -staticFangrui Song2019-12-271-1/+1
* Reland "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-272-0/+92
* Revert "[msan] Intercept qsort, qsort_r."Reid Kleckner2019-12-272-92/+0
* [compiler-rt] [netbsd] Add support for versioned statvfs interceptorsKamil Rytarowski2019-12-274-1/+177
* Temporarily Revert "[compiler-rt] [netbsd] Add support for versioned statvfs ...Eric Christopher2019-12-264-176/+1
* [compiler-rt] [netbsd] Add support for versioned statvfs interceptorsKamil Rytarowski2019-12-274-1/+176
* Revert "[msan] Check qsort input."Evgenii Stepanov2019-12-261-18/+0
* [compiler-rt] Disable QSORT interception on watchOS and tvOS.Florian Hahn2019-12-261-1/+14
* [compiler-rt] [netbsd] Correct the fallback definition of PT_LWPNEXTKamil Rytarowski2019-12-251-2/+2
* [compiler-rt] [netbsd] Define _RTLD_SOURCE to fix buildKamil Rytarowski2019-12-251-0/+4
* [compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30Kamil Rytarowski2019-12-243-1/+46
* [compiler-rt] Adapt stop-the-world for ptrace changes in NetBSD-9.99.30Kamil Rytarowski2019-12-241-2/+10
* [msan] Check qsort input.Evgenii Stepanov2019-12-231-0/+18
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-232-0/+79
* Revert "[msan] Check qsort input." and "[msan] Intercept qsort, qsort_r."Jonas Devlieghere2019-12-202-91/+0
* [msan] Check qsort input.Evgenii Stepanov2019-12-201-0/+18
* [msan] Intercept qsort, qsort_r.Evgenii Stepanov2019-12-202-0/+73
* [compiler-rt] Enable SANITIZER_CAN_USE_PREINIT_ARRAY on NetBSDKamil Rytarowski2019-12-191-1/+1
* Correct version check 9.9.26 -> 9.99.26Kamil Rytarowski2019-12-181-1/+1
* [NFC] Fix sanitizer lint problem that's breaking Android bot.Mitch Phillips2019-12-181-1/+1
* [compiler-rt] Sync NetBSD ioctl definitions with 9.99.26Kamil Rytarowski2019-12-183-5/+18
* [sanitizer] Construct InternalMmapVector without memory allocation.Igor Kudrin2019-12-172-2/+2
* [sanitizers] Redirect stdout and stderr to TASK_LOGEric Christopher2019-12-121-1/+1
* Revert unintentional change to compiler-rt as part of the __bit_reference rev...Eric Christopher2019-12-121-1/+1
* Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"Eric Christopher2019-12-121-1/+1
* [SanitizerCommon] Reduce wasting memory in LowLevelAllocator.Igor Kudrin2019-12-112-1/+12
* Fix sanitizer-common build with glibc 2.31Evgenii Stepanov2019-11-252-19/+4
* Don't forward __pthread_mutex_* interceptors to pthread_mutex_* versionVitaly Buka2019-11-221-2/+18
* [Symbolizers] On Darwin compute function offset when possible.Dan Liew2019-11-191-1/+21
* [SanitizerCommon] Print the current value of options when printing out help.Dan Liew2019-11-143-3/+67
* Fix warning: format specifies type 'unsigned long' but the argument has type ...Alexandre Ganea2019-11-041-0/+4
* [compiler-rt] Harmonize __sanitizer_addrinfo with the NetBSD headersKamil Rytarowski2019-11-031-0/+6
* [compiler-rt] Sync NetBSD syscall hooks with 9.99.17Kamil Rytarowski2019-11-031-10/+46
* [sanitizer_common] Create max_allocation_size_mb flag.Matt Morehouse2019-10-301-0/+3
* [Sanitizers] Add support for RISC-V 64-bitSam Elliott2019-10-235-7/+18
* 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
OpenPOWER on IntegriCloud