summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Merging r263218:Mohit K. Bhakkad2016-05-231-0/+16
* [asan] add option: handle_sigillKostya Serebryany2015-12-151-0/+2
* [PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt2015-12-081-1/+84
* [asan] Remove the use of system properties on Android.Evgeniy Stepanov2015-12-041-9/+0
* [tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka2015-12-031-0/+8
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-211-1/+4
* Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov2015-10-081-4/+1
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-051-1/+4
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-11/+12
* [compiler-rt] [sanitizers] Add aarch64 syscall optimization supportAdhemerval Zanella2015-08-211-0/+2
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-0/+2
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-2/+0
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-0/+2
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-051-0/+51
* Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders2015-07-311-1/+1
* Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders2015-07-311-1/+1
* [Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders2015-07-301-1/+1
* [sanitizer] Fix Mac build.Evgeniy Stepanov2015-07-281-12/+1
* [asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov2015-07-281-0/+26
* [asan] Fix android system property access on aarch64.Evgeniy Stepanov2015-07-241-4/+4
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-231-29/+0
* Revert r242975.Evgeniy Stepanov2015-07-231-0/+29
* [sanitizer] Implement logging to syslog.Evgeniy Stepanov2015-07-221-29/+0
* [Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov2015-07-171-5/+9
* [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov2015-06-291-7/+8
* [asan] Disable glibc-specific code chunk on Android.Evgeniy Stepanov2015-06-261-1/+1
* [asan] Fix Android build for API >= 21.Evgeniy Stepanov2015-06-081-1/+1
* [ASan] Make binary name reader cross-platform.Yury Gribov2015-06-041-24/+9
* [asan] Fall back to /proc/$PID/maps on Android L.Evgeniy Stepanov2015-05-061-2/+40
* [ASan][MIPS] Fix null_deref.cc test on MIPS64Sagar Thakur2015-05-061-1/+1
* [sanitizer][MIPS] Implement clone for MIPSSagar Thakur2015-05-061-3/+63
* [asan] fix IsDeadlySignalKostya Serebryany2015-05-051-2/+2
* [asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany2015-05-051-0/+2
* [Sanitizers] Do not call internal_sigdelset() on non-LinuxViktor Kutuzov2015-04-241-0/+2
* tsan: support setuid callDmitry Vyukov2015-04-231-0/+3
* Cast an argument to mprotect syscall to uptr to fix X32Timur Iskhodzhanov2015-04-131-1/+1
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-0/+4
* [Sanitizers] Fix internal_ftruncate() to work on FreeBSDViktor Kutuzov2015-03-231-1/+2
* [ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko2015-03-231-5/+0
* [Sanitizers] Fix sanitizers to build on FreeBSD.Viktor Kutuzov2015-03-121-0/+1
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-1/+75
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-0/+7
* [TSan] Fix Go build.Alexey Samsonov2015-01-301-11/+0
* [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov2015-01-301-0/+1
* [Sanitizer] Make BlockingMutex really linker initialized.Yury Gribov2015-01-301-4/+1
* [asan] use getrusage as an alternative to reading /proc/self/statm. Also move...Kostya Serebryany2015-01-291-27/+0
* [ASan] Handle SIGBUS on Linux.Jay Foad2015-01-121-1/+1
* [TSan] Fix Go build.Alexey Samsonov2015-01-071-0/+6
* [sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.Evgeniy Stepanov2014-12-241-3/+5
* [Sanitizer] Fix GetRSS on Linux with non-4k pagesJay Foad2014-12-181-2/+2