summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Merging r263621:release_38Mohit K. Bhakkad2016-06-011-1/+1
* [asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads toYury Gribov2015-11-301-0/+8
* Fix #if tests for PTRACE_GETREGS and others.Jay Foad2015-11-111-3/+6
* [compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella2015-10-261-5/+20
* [asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov2015-10-121-0/+5
* [sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar2015-09-301-25/+25
* [MSan] Enable MSAN for aarch64Adhemerval Zanella2015-09-161-6/+20
* Unbreak building on FreeBSD.Roman Divacky2015-09-101-1/+3
* [msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov2015-09-081-0/+4
* [msan] Teach sanitizers about the PPC64 ptrace syscallJay Foad2015-06-251-5/+11
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-231-3/+6
* [msan] Intercept fopencookie.Evgeniy Stepanov2015-06-191-0/+6
* [ASan] Only include rpc headers if they are available.Yury Gribov2015-04-091-2/+6
* Allow sanitizer to work with "old" kernel headersRenato Golin2015-02-241-1/+1
* [MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad2015-02-181-3/+14
* Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is notDimitry Andric2015-02-171-1/+0
* [sanitizer] Fix aarch64 sanitizer build with recent glibcKostya Serebryany2015-01-211-0/+6
* [sanitizer] Disable compile-time checks for __kernel_old_uid_t size on aarch64.Evgeniy Stepanov2014-12-101-0/+4
* [sanitizer] Fix build with _FILE_OFFSET_BITS=64.Evgeniy Stepanov2014-10-211-0/+8
* Fix compiler-rt build on FreeBSD 10.1Ed Maste2014-10-141-3/+7
* [sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F A...Kostya Serebryany2014-09-161-1/+1
* [asan] i686-linux-android support.Evgeniy Stepanov2014-07-031-1/+2
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-191-0/+4
* Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer2014-06-181-1/+0
* [sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov2014-06-181-0/+1
* [sanitizer] Support PTRACE_GETEVENTMSG in the ptrace() interceptor.Sergey Matveev2014-06-161-0/+1
* Remove's uses of sys/timeb.h for Android.Dan Albert2014-06-051-1/+3
* [sanitizer] Remove the definition of xdr_ops.Evgeniy Stepanov2014-05-151-1/+0
* Fixup for r208066. Properly get values of PTRACE_GETREGSET/PTRACE_SETREGSET.Alexey Samsonov2014-05-081-1/+2
* [sanitizer] Intercept obstack.Evgeniy Stepanov2014-05-071-0/+12
* [sanitizer] fix build with glibc 2.4, patch by Sandra LoosemoreKostya Serebryany2014-05-061-1/+6
* [sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov2014-04-251-0/+19
* [sanitizer] Intercept a subset of sunrpc interface (xdr_*).Evgeniy Stepanov2014-04-041-0/+15
* [sanitizer] Intercept fgetpwent / fgetgrent.Evgeniy Stepanov2014-03-281-0/+25
* [sanitizer] Intercept ftime.Evgeniy Stepanov2014-03-281-0/+7
* [msan] Intercept several malloc-related functions.Evgeniy Stepanov2014-03-271-0/+5
* [sanitizer] Fix iOS build.Evgeniy Stepanov2014-02-271-0/+3
* [sanitizer] Sizes and layouts for sanitizers on FreeBSD.Evgeniy Stepanov2014-02-271-101/+172
* [asan] A different way of detectinb stack overflow.Evgeniy Stepanov2014-02-191-2/+5
* [msan] Return EINVAL instead of crashing from mmap of an invalid address.Evgeniy Stepanov2014-02-101-0/+1
* [Sanitizer] Don't #include the same system header twice.Alexey Samsonov2014-02-101-3/+4
* [sanitizer] struct ustat and a bunch of other definitions are missing on Andr...Evgeniy Stepanov2014-02-101-1/+1
* [sanitizer] Fix build.Sergey Matveev2014-02-061-1/+12
* [sanitizer] One does not simply intercept getifaddrs().Sergey Matveev2014-02-061-3/+12
* [sanitizer] Intercept getifaddrs().Sergey Matveev2014-02-061-0/+4
* [sanitizer] Intercept getresuid and getresgid.Sergey Matveev2014-02-061-0/+1
* [sanitizer] Implement ioctl decoding.Sergey Matveev2014-02-051-0/+21
* [sanitizer] Partial revert of recent ioctl changes.Sergey Matveev2014-01-311-188/+0
* [asan] Fix Android build.Evgeniy Stepanov2014-01-311-1/+1
* [sanitizer] Attempt to fix Android build.Sergey Matveev2014-01-311-3/+2