summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2018-07-20Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu
2018-07-20On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag toDan Liew
2018-07-20sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov
2018-07-12[CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-07-01[asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song
2018-06-30[asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.Fangrui Song
2018-06-27[sanitizer] zx_cprng_draw no longer returns any valuePetr Hosek
2018-06-27[sanitizer] zx_cprng_draw no longer takes the output argumentPetr Hosek
2018-06-20[Lsan] intercept thr_exit on FreeBSDDavid Carlier
2018-06-20[Sanitizers] Remove OOM/BadRequest allocator error handling policies.Alex Shlyapnikov
2018-06-18[sanitizer] Guard call to internal_lseek when SANITIZER_MAC is trueFrancis Visoiu Mistrih
2018-06-18[sanitizer] Suppress unused function warningVitaly Buka
2018-06-17[sanitizer] Fix tsan GO buildVitaly Buka
2018-06-17[sanitizer] Fix s390 build after r334900Vitaly Buka
2018-06-17[sanitizer] Use confstr to check libc version in InitTlsSizeVitaly Buka
2018-06-17[sanitizer] Use const char* in internal_simple_strtollVitaly Buka
2018-06-16[sanitizer_common] Fix windows build caused by r334881Fangrui Song
2018-06-16[sanitizer_common] Use O_TRUNC for WrOnly access mode.Fangrui Song
2018-06-14[Sanitizer] fix compilation warningDavid Carlier
2018-06-13[ASAN] Fix fputs interception for 32-bit macOSPeter Wu
2018-06-13[Sanitizers] Make sanitizer allocator linker-initialize compliant.Alex Shlyapnikov
2018-06-13[TSan] Fix madvise(MADV_NOHUGEPAGE) for meta shadow memoryAlex Shlyapnikov
2018-06-12[asan, myriad] Support environment variablesWalter Lee
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-10[ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and laterPeter Wu
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-07Silence a -Wconstant-logical-operand warning.Douglas Yung
2018-06-07[sanitizer] Don't use internal_unlink on WindowsVitaly Buka
2018-06-06[sanitizer] Replace deprecated mktemp with mkstempVitaly Buka
2018-06-06[sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka
2018-06-06[asan] Fix Myraid RTEMS port broken by r333985Walter Lee
2018-06-05[LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-05Introduce CheckASLR() in sanitizersKamil Rytarowski
2018-06-01[asan, myriad] Configure platform interceptorsWalter Lee
2018-05-31Define SIZEOF_STRUCT_USTAT for 32bit sparc.Sylvestre Ledru
2018-05-30[asan, myriad] Simplify main thread handlingWalter Lee
2018-05-25Revert the last test commitH.J. Lu
2018-05-25This is a test commit to verify repository accessH.J. Lu
2018-05-24sanitizer: Use pre-computed size of struct ustat for LinuxCraig Topper
2018-05-23[fuchsia] Add line buffering in RawWriteJake Ehrlich
2018-05-23[sanitizer] Define UINTPTR_MAXKostya Kortchinsky
2018-05-23Fix internal_mmap() on 32-bit NetBSD platformsKamil Rytarowski
2018-05-23[sanitizer] Reland "Be more accurate when calculating the previous instructio...Igor Kudrin
2018-05-18[asan] Add target-specific files for Myriad RTEMS portWalter Lee
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-16[sanitizer] Minor 32-bit primary improvementsKostya Kortchinsky
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-15[asan] Workaround to avoid hangs in Chromium testsVitaly Buka
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka