summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2017-04-20[asan] Optimize strchr for strict_string_checks=falseVitaly Buka
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-19[sanitizer-coverage] remove more unused codeKostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany
2017-04-19[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany
2017-04-19Implement StopTheWorld for DarwinFrancis Ricci
2017-04-19[sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany
2017-04-19Implement function to get registers from suspended thread on darwinFrancis Ricci
2017-04-18Implement suspended thread register count for darwinFrancis Ricci
2017-04-18Remove mips64 defines from darwin-specific fileFrancis Ricci
2017-04-18[sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko
2017-04-18[asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov
2017-04-17Update suspended threads info to be compatible with darwinFrancis Ricci
2017-04-17Fixup for r300473: Use %lu on Linux for tid_t in format strings.Kuba Mracek
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar
2017-04-13Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci
2017-04-13Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-13Free zone name when destroying malloc zoneFrancis Ricci
2017-04-13Revert "Cache size per class size in SizeClassAllocatorXLocalCache."Diana Picus
2017-04-12Cache size per class size in SizeClassAllocatorXLocalCache.Alex Shlyapnikov
2017-04-12Avoid calling SizeClassMap::MaxCachedHint on hot path, it's not free.Alex Shlyapnikov
2017-04-12[msan] fix iconv interceptor. before the fix the interceptor failed to mark m...Kostya Serebryany
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-10[PPC64, Sanitizers] Proper stack frame for the thread spawned in internal_cloneAlex Shlyapnikov
2017-04-06Revert r299672: Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-04-06Try to fix MAC buildbot after r299630Maxim Ostapenko
2017-04-06Try to fix windows buildbot after r299630Maxim Ostapenko
2017-04-06[lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko
2017-03-30Enable leak detection on linux-i686 by defaultFrancis Ricci
2017-03-30[sanitizer] Move fread and fwrite interceptors to sanitizer_commonMaxim Ostapenko
2017-03-29[sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...Kostya Serebryany
2017-03-28Enable i386 builds for darwin lsanFrancis Ricci
2017-03-26tsan: add new mutex annotationsDmitry Vyukov
2017-03-24Fix a warning when running the GotsanRuntimeCheck test on Darwin.Kuba Mracek
2017-03-23[asan] Add an interceptor for strtokAlex Shlyapnikov
2017-03-23Bypass potential libc's sysconf interceptorsAlex Shlyapnikov
2017-03-21Revert "Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call"Vitaly Buka
2017-03-20Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) callAlex Shlyapnikov
2017-03-17Revert "[PowerPC] Fix sanitizer frame unwind on 32-bit ABIs"Juergen Ributzka
2017-03-16[PowerPC] Fix sanitizer frame unwind on 32-bit ABIsBill Seurer
2017-03-16[compiler-rt] Add undefined "dup" symbol into internal symbolizer white-list.Vitaly Buka
2017-03-16[msan] Intercept getloadavg.Evgeniy Stepanov
2017-03-15[asan] add one more argument to __sanitizer_print_memory_profile, remove a re...Kostya Serebryany
2017-03-14After rL297370 and rL297383, instead of a platform check, explicitlyDimitry Andric