summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Sanitizer] Linux refactor shadow huge page mode handlingDavid Carlier2019-08-053-4/+6
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-051-1/+3
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-2/+2
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-051-1/+1
* [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/Sani...Rainer Orth2019-08-021-0/+5
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-021-1/+1
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-013-3/+3
* compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cppNico Weber2019-08-011-2/+2
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-011-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-1/+1
* Try to heal bots after r367551Nico Weber2019-08-011-1/+1
* compiler-rt: Try to appease lint script.Nico Weber2019-07-312-9/+7
* Attempt to heal bots after r367467Nico Weber2019-07-311-1/+1