summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-09-08[msan] Fix wrong array index in io_submit interceptor.Evgeniy Stepanov
2014-09-06Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers codeViktor Kutuzov
2014-09-06Intercept sigfillset() and sigemptyset() for sanitizers needs on FreeBSDViktor Kutuzov
2014-09-06Enable sanitizers' libignore on FreeBSDViktor Kutuzov
2014-09-04Intercept _exit() for sanitizers' needs on FreeBSDViktor Kutuzov
2014-09-04Fix building sanitizer_linux_libcdep.cc on FreeBSDViktor Kutuzov
2014-09-04[msan] Make origin tracking fork-safe.Evgeniy Stepanov
2014-09-04[ASan] allow deadly signals to be received in signal handlersAlexander Potapenko
2014-09-03Fixup test case after r217079Alexey Samsonov
2014-09-03[asan] remove debug printKostya Serebryany
2014-09-03Fix fast stack unwind on ARM to support code generated with GCC.Alexey Samsonov
2014-09-02tsan: disable getpwent interceptorsDmitry Vyukov
2014-09-02tsan: address comments in r214912Dmitry Vyukov
2014-09-01[libsanitizer] Fix the Android build.Alexander Potapenko
2014-09-01[libsanitizer] Make sanitizer_unwind_posix.cc a libcdep source file.Alexander Potapenko
2014-09-01[ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwi...Alexander Potapenko
2014-09-01tsan: unbreak windows buildDmitry Vyukov
2014-08-25[sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...Kostya Serebryany
2014-08-18sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg
2014-08-18Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg
2014-08-15[ASan/Win] Remove a hack that seems not to be required with VS2013 anymoreTimur Iskhodzhanov
2014-08-12[TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov
2014-08-12[Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov
2014-08-09Fixup Android tests build rulesAlexey Samsonov
2014-08-08[ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov
2014-08-08Support getting process maps for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov
2014-08-07[sanitizer] Intercept timerfd_settime, timerfd_gettime.Evgeniy Stepanov
2014-08-06Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.ccViktor Kutuzov
2014-08-05tsan: allocate vector clocks using slab allocatorDmitry Vyukov
2014-08-05[UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov
2014-08-05[Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov
2014-08-01Fix the waitid sanitizer interceptor to work on FreeBSD in 32-bit modeViktor Kutuzov
2014-07-31[Sanitizer] Don't try to parse unspecified suppressions fileAlexey Samsonov
2014-07-30[Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov
2014-07-30[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov
2014-07-30[Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov
2014-07-29[UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov
2014-07-26tsan: reduce internal allocator region from 16M to 1MDmitry Vyukov
2014-07-26tsan: remove meta from internal allocatorDmitry Vyukov
2014-07-26Satisfy -Wparentheses.Nick Lewycky
2014-07-26[Sanitizer] Simplify Symbolizer creation interface.Alexey Samsonov
2014-07-25[Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov
2014-07-25Allow initialization of Asan interceptors before the general Asan initializat...Viktor Kutuzov
2014-07-25Support traversing ELF objects for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov
2014-07-22[Sanitizer] Disable Wframe-larger-than on PowerPC hostsAlexey Samsonov
2014-07-21Adjust gen_dynamic_list for PowerPC function descriptorsAlexey Samsonov
2014-07-16[ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-14[sanitizer] Intercept getpass.Evgeniy Stepanov