summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25[asan] Don't use sysconf(_SC_PAGESIZE) on Android.Evgeniy Stepanov
2016-01-21.clang-tidy for sanitizer package to override root llvm styleMike Aizatsky
2016-01-19using const instead of constexpr: MSVC troublesMike Aizatsky
2016-01-19[sancov] NFC: simplifying DumpOffsets.Mike Aizatsky
2016-01-19Fix -Wexpansion-to-defined warnings in compiler-rt.Nico Weber
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-16Attempt to fix sanitizer-windows bot.Peter Collingbourne
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-15[tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui
2016-01-15Unbreak Windows build.Peter Collingbourne
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2016-01-12[libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany
2016-01-07Follow-up fix for r256988 to unbreak the Linux buildbot.Kuba Brecka
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-21[asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-12-14[msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov
2015-12-10[TSan] Try harder to avoid compiler-generated memcpy calls.Alexey Samsonov
2015-12-10[asan] Suppress duplicated errors in ASan recovery mode.Yury Gribov
2015-12-09[TSan] Try harder to avoid compiler-generated memset calls.Alexey Samsonov
2015-12-08[PPC64, TSAN] LLVM basic enablement of thread sanitizer for PPC64 (BE and LE)Bill Schmidt
2015-12-08[tsan] Fix memcmp interceptor to correctly use COMMON_INTERCEPTOR_NOTHING_IS_...Kuba Brecka
2015-12-04[asan] Remove the use of system properties on Android.Evgeniy Stepanov
2015-12-04[libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko
2015-12-04[ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko
2015-12-03[sanitizer] Replace a local array with InternalScopedString in MaybeReexec()Kuba Brecka
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-12-02[sanitizer coverage] when adding a bb trace instrumentation, do it instead, n...Kostya Serebryany
2015-12-01[Sanitizer] Increase kPcThreshold in slow unwinder after r254395.Alexey Samsonov
2015-11-30[compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella
2015-11-30[sanitizer] Detect an invalid answer in AtosSymbolizerKuba Brecka
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-11-30[asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads toYury Gribov
2015-11-28[tsan] Port tsan_rtl_amd64.S to OS X to add support for setjmp/longjmpKuba Brecka
2015-11-25sanitizer_common: remove noisy warning about symbolizer not found.Ivan Krasin
2015-11-25[sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbolsKuba Brecka
2015-11-20[compiler-rt] Do not pull in min and max macros from windows.hAnna Zaks
2015-11-20 [asan] On OS X, write error reports into Crash Report.Anna Zaks
2015-11-20[compiler-rt] Add internal implementations for strlcat and strlcpyAnna Zaks
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-20[sanitizer] Implement internal_fork and internal_forkpty for OS XKuba Brecka
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov