summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
AgeCommit message (Expand)Author
2017-11-21Correct NetBSD support in pthread_once(3)/TSanKamil Rytarowski
2017-11-10[tsan] Move out more types to sanitizer_commonVitaly Buka
2017-07-06[Sanitizers] Consolidate internal errno definitions.Alex Shlyapnikov
2017-02-10Remove struct_rtentry_sz on FreeBSDDimitry Andric
2016-12-20Fix build breakage on FreeBSD after rL289878/rL289881Dimitry Andric
2016-12-15Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek
2016-12-15[msan] Intercept getutent and friends.Evgeniy Stepanov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki
2016-03-16[ASAN] Add support for mips/mips64 androidMohit K. Bhakkad
2015-11-30[asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads toYury Gribov
2015-11-11Fix #if tests for PTRACE_GETREGS and others.Jay Foad
2015-10-26[compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella
2015-10-12[asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-10Unbreak building on FreeBSD.Roman Divacky
2015-09-08[msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov
2015-06-25[msan] Teach sanitizers about the PPC64 ptrace syscallJay Foad
2015-06-23Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman
2015-06-19[msan] Intercept fopencookie.Evgeniy Stepanov
2015-04-09[ASan] Only include rpc headers if they are available.Yury Gribov
2015-02-24Allow sanitizer to work with "old" kernel headersRenato Golin
2015-02-18[MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad
2015-02-17Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is notDimitry Andric
2015-01-21[sanitizer] Fix aarch64 sanitizer build with recent glibcKostya Serebryany
2014-12-10[sanitizer] Disable compile-time checks for __kernel_old_uid_t size on aarch64.Evgeniy Stepanov
2014-10-21[sanitizer] Fix build with _FILE_OFFSET_BITS=64.Evgeniy Stepanov
2014-10-14Fix compiler-rt build on FreeBSD 10.1Ed Maste
2014-09-16[sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F A...Kostya Serebryany
2014-07-03[asan] i686-linux-android support.Evgeniy Stepanov
2014-06-19[sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov
2014-06-18Revert "[sanitizer] Intercept pthread_*attr_get*."Arnold Schwaighofer
2014-06-18[sanitizer] Intercept pthread_*attr_get*.Evgeniy Stepanov
2014-06-16[sanitizer] Support PTRACE_GETEVENTMSG in the ptrace() interceptor.Sergey Matveev
2014-06-05Remove's uses of sys/timeb.h for Android.Dan Albert
2014-05-15[sanitizer] Remove the definition of xdr_ops.Evgeniy Stepanov
2014-05-08Fixup for r208066. Properly get values of PTRACE_GETREGSET/PTRACE_SETREGSET.Alexey Samsonov
2014-05-07[sanitizer] Intercept obstack.Evgeniy Stepanov
2014-05-06[sanitizer] fix build with glibc 2.4, patch by Sandra LoosemoreKostya Serebryany
2014-04-25[sanitizer] Intercept a bunch of stdio calls.Evgeniy Stepanov
2014-04-04[sanitizer] Intercept a subset of sunrpc interface (xdr_*).Evgeniy Stepanov
2014-03-28[sanitizer] Intercept fgetpwent / fgetgrent.Evgeniy Stepanov
2014-03-28[sanitizer] Intercept ftime.Evgeniy Stepanov
2014-03-27[msan] Intercept several malloc-related functions.Evgeniy Stepanov
2014-02-27[sanitizer] Fix iOS build.Evgeniy Stepanov
2014-02-27[sanitizer] Sizes and layouts for sanitizers on FreeBSD.Evgeniy Stepanov
2014-02-19[asan] A different way of detectinb stack overflow.Evgeniy Stepanov
2014-02-10[msan] Return EINVAL instead of crashing from mmap of an invalid address.Evgeniy Stepanov