summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Support `{f}puts(NULL)` on Darwin, part 2Julian Lettner2019-07-181-2/+4
* [ASan] Support `{f}puts(NULL)` on DarwinJulian Lettner2019-07-171-2/+4
* [Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo...Rainer Orth2019-07-121-2/+4
* Add NetBSD LSan supportKamil Rytarowski2019-07-115-9/+377
* [Sanitizers] Remove clang_rt.sancov_{begin,end} on SolarisRainer Orth2019-07-083-42/+0
* [Sanitizers] Remove obsolete OpenFile from sanitizer_solaris.ccRainer Orth2019-07-021-5/+0
* hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne2019-06-275-12/+119
* [sanitizer_common] Switch from zx_clock_get_new to zx_clock_getPetr Hosek2019-06-271-1/+1
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-211-17/+21
* [asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2019-06-211-0/+3
* [Sanitizers] Fix sanitizer_posix_libcdep.cc compilation on Solaris 11.5Rainer Orth2019-06-191-3/+3
* Don't crash if PR_SET_VMA_ANON_NAME fails.Evgeniy Stepanov2019-06-181-2/+1
* [compiler-rt] Respect CMAKE_NMShoaib Meenai2019-06-151-3/+4
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-153-12/+26
* [Sanitizers] Add case MACOS_VERSION_CATALINAJulian Lettner2019-06-112-2/+3
* Add unused symbol to thunk files to force wholearchive inclusionReid Kleckner2019-06-102-0/+12
* [Sanitizer] Add interceptor for wcsdupPavel Labath2019-05-222-0/+19
* [sanitizer] Update symbolizer/scripts/global_symbols.txtVitaly Buka2019-05-171-0/+1
* [compiler-rt] Migrate to _zx_clock_get_new/_zx_clock_get_monotonicPetr Hosek2019-05-091-2/+7
* Fix build on NetBSD 8.99.38Kamil Rytarowski2019-05-081-0/+2
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-021-1/+1
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-0/+2
* [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCacheVitaly Buka2019-05-013-29/+17
* [sanitizer][NFC] Add const/static into a couple of methodsVitaly Buka2019-05-012-4/+4
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-014-23/+16
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-014-31/+15
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-015-1/+30
* Added test.Mitch Phillips2019-04-301-0/+16
* [sanitizer_common] Added 64-bit signed flag parser.Mitch Phillips2019-04-301-0/+9
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-273-51/+10
* [sanitizer] NFC: add static_assert to confirm that we use reasonable ByteMap ...Vitaly Buka2019-04-271-3/+21
* Revert "[sanitizer] NFC: add static_assert to confirm that we use optimal Byt...JF Bastien2019-04-261-7/+3
* Implement __sanitizer::conditional<B, T, F>Vitaly Buka2019-04-262-0/+24
* [sanitizer] NFC: add static_assert to confirm that we use optimal ByteMap typeVitaly Buka2019-04-261-3/+7
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-261-7/+7
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-263-11/+26
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-263-26/+11
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-263-11/+26
* [sanitizer_common] Remove some old commented-out printf statements, and fixed...Mitch Phillips2019-04-241-6/+1
* [compiler-rt] NFC fixed [whitespace/braces] LINT warningVitaly Buka2019-04-241-1/+1
* [compiler-rt] Fix warning about virtual destructor in sanitizer_flag_parser.hVitaly Buka2019-04-241-0/+3
* [llvm-symbolizer] Quick fix for broken sanitizer botMitch Phillips2019-04-241-0/+1
* [gn] Support dots in CMake paths in the sync scriptPetr Hosek2019-04-191-1/+0
* [NFC] Use clearer naming for local variablesJF Bastien2019-04-101-9/+9
* [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2019-04-081-7/+10
* [Sanitizers] Provide __internal_dup on SolarisRainer Orth2019-04-051-0/+4
* [Sanitizers] Fix sanitizer_linux_libcdep.cc compilation on SolarisRainer Orth2019-04-051-0/+1
* Fix problem with ar_to_bc.sh script introduced by r357450.Peter Collingbourne2019-04-021-2/+2
* ar_to_bc.sh: replace readlink -f with custom relative path resolutionFangrui Song2019-04-021-2/+2
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-292-0/+26