summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common
Commit message (Expand)AuthorAgeFilesLines
* Merging r341442:Hans Wennborg2018-09-061-4/+5
* Merging r338606:Hans Wennborg2018-08-021-1/+1
* Merging r338577:Hans Wennborg2018-08-021-0/+1
* Pacify sanitizer lint script that still does not run on WindowsReid Kleckner2018-07-311-1/+1
* [asan/win] Use SRW locks to fix a race in BlockingMutexReid Kleckner2018-07-302-34/+8
* [sanitizer] Include signal.h instead of sys/signal.hFangrui Song2018-07-261-5/+1
* [sanitizer] Update symbolizer test.Matt Morehouse2018-07-241-0/+4
* [sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek2018-07-241-1/+4
* [sanitizer] Transition from _zx_vmar_... to _zx_vmar_..._old callsPetr Hosek2018-07-242-19/+21
* Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu2018-07-201-0/+5
* On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag toDan Liew2018-07-201-1/+7
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-204-8/+14
* [CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew2018-07-122-11/+11
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-3/+33
* [asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song2018-07-011-3/+8
* [asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.Fangrui Song2018-06-301-1/+3
* [sanitizer] zx_cprng_draw no longer returns any valuePetr Hosek2018-06-271-1/+1
* [sanitizer] zx_cprng_draw no longer takes the output argumentPetr Hosek2018-06-271-3/+1
* [Lsan] intercept thr_exit on FreeBSDDavid Carlier2018-06-201-0/+1
* [Sanitizers] Remove OOM/BadRequest allocator error handling policies.Alex Shlyapnikov2018-06-205-60/+35
* [sanitizer] Guard call to internal_lseek when SANITIZER_MAC is trueFrancis Visoiu Mistrih2018-06-181-1/+1
* [sanitizer] Suppress unused function warningVitaly Buka2018-06-181-1/+2
* [sanitizer] Fix tsan GO buildVitaly Buka2018-06-171-20/+20
* [sanitizer] Fix s390 build after r334900Vitaly Buka2018-06-171-1/+1
* [sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka2018-06-171-38/+65
* [sanitizer] Use const char* in internal_simple_strtollVitaly Buka2018-06-174-5/+5
* [sanitizer_common] Fix windows build caused by r334881Fangrui Song2018-06-161-1/+3
* [sanitizer_common] Use O_TRUNC for WrOnly access mode.Fangrui Song2018-06-163-2/+8
* [Sanitizer] fix compilation warningDavid Carlier2018-06-141-1/+1
* [ASAN] Fix fputs interception for 32-bit macOSPeter Wu2018-06-131-1/+1
* [Sanitizers] Make sanitizer allocator linker-initialize compliant.Alex Shlyapnikov2018-06-133-4/+7
* [TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memoryAlex Shlyapnikov2018-06-133-9/+15
* [asan, myriad] Support environment variablesWalter Lee2018-06-121-2/+5
* [sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu2018-06-112-0/+50
* [ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and laterPeter Wu2018-06-101-7/+38
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-3/+5
* Silence a -Wconstant-logical-operand warning.Douglas Yung2018-06-071-3/+3
* [sanitizer] Don't use internal_unlink on WindowsVitaly Buka2018-06-071-8/+12
* [sanitizer] Replace deprecated mktemp with mkstempVitaly Buka2018-06-061-1/+1
* [sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka2018-06-065-45/+109
* [asan] Fix Myraid RTEMS port broken by r333985Walter Lee2018-06-061-0/+1
* [LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-054-2/+169
* Introduce CheckASLR() in sanitizersKamil Rytarowski2018-06-055-0/+34
* [asan, myriad] Configure platform interceptorsWalter Lee2018-06-011-5/+14
* Define SIZEOF_STRUCT_USTAT for 32bit sparc.Sylvestre Ledru2018-05-311-1/+1
* [asan, myriad] Simplify main thread handlingWalter Lee2018-05-302-17/+0
* Revert the last test commitH.J. Lu2018-05-251-1/+0
* This is a test commit to verify repository accessH.J. Lu2018-05-251-0/+1
* sanitizer: Use pre-computed size of struct ustat for LinuxCraig Topper2018-05-241-2/+13
* [fuchsia] Add line buffering in RawWriteJake Ehrlich2018-05-231-1/+25
OpenPOWER on IntegriCloud