summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [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
* Build symbolizer runtime with C++14.Peter Collingbourne2019-08-191-1/+1
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-192-2/+3
* [sanitizer_common] Always use posix_spawn on DarwinJulian Lettner2019-08-151-1/+2
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-156-92/+99
* [Sanitizer] Reenable getusershell interceptionDavid Carlier2019-08-101-1/+1
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-091-1/+10
* [sanitizer] Update symbolizer/scripts/global_symbols.txtBenjamin Kramer2019-08-091-0/+5
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-081-1/+1
* Sync ioctl(2) list with NetBSD 9.99.3Kamil Rytarowski2019-08-083-7/+127
* [Sanitizer] little typoDavid Carlier2019-08-061-1/+1
* [Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge PageDavid Carlier2019-08-063-8/+6
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-061-1/+1
* [compiler-rt] Implement getrandom interceptionVitaly Buka2019-08-063-0/+30