summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-09-18[asan] Fix a bug in asan_symbolize.pySergey Matveev
2014-09-18tsan: more careful handling of signalsDmitry Vyukov
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov
2014-09-17Do not link the dyndd runtime library against libdl on FreeBSDViktor Kutuzov
2014-09-17tsan: fix crash when a program registers zillions of atexit callbacksDmitry Vyukov
2014-09-16tsan: support longjmp out of signal handlersDmitry Vyukov
2014-09-16[sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F A...Kostya Serebryany
2014-09-16Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger
2014-09-15[asan] Delay system log initialization on Android.Evgeniy Stepanov
2014-09-15Avoid calling strtoll and atoll in asan_str_test.cc on Windows for nowEhsan Akhgari
2014-09-12tsan: use growable vector for atexit callbacksDmitry Vyukov
2014-09-12[UBSan] Don't overflow when calculating memory range that should be dumpedAlexey Samsonov
2014-09-12[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov
2014-09-12[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.libTimur Iskhodzhanov
2014-09-12Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov
2014-09-11[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov
2014-09-11[asan] Preserve existing LD_PRELOAD setting on Android.Evgeniy Stepanov
2014-09-10[TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-09-10[UBSan] Add noinline attribute to handlers that should never return.Alexey Samsonov
2014-09-10[UBSan] Add halt_on_error runtime flagAlexey Samsonov
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-09-08Remove extra semicolon [-Wpedantic]Alexey Samsonov
2014-09-08Report source location of returns_nonnull attribute in UBSan reports.Alexey Samsonov
2014-09-08Revert accidental changeAlexey Samsonov
2014-09-08Implement nonnull-attribute sanitizerAlexey Samsonov
2014-09-08[msan] Fix wrong array index in io_submit interceptor.Evgeniy Stepanov
2014-09-08builtins: replace section symbol with reference to specSaleem Abdulrasool
2014-09-06builtins: add AEABI div0 functionsSaleem Abdulrasool
2014-09-06builtins: remove unnecessary COMPILER_RT_EXPORTSaleem Abdulrasool
2014-09-06Support building tsan_test_util_linux.cc on FreeBSDViktor Kutuzov
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-05[asan] relax the assertion around array cookie load; still need to extract a ...Kostya Serebryany
2014-09-04[ASan] Remove the call to GetPageSizeCached from fast path of FastPoisonShadowAlexey Samsonov
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
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-03tsan: handle early signalsDmitry Vyukov
2014-09-03[msan] Fix origin_history_per_stack_limit=0 behavior.Evgeniy Stepanov
2014-09-02tsan: more precise handling of atexit callbacksDmitry Vyukov
2014-09-02tsan: disable getpwent interceptorsDmitry Vyukov
2014-09-02tsan: restructure signal handling to allow recursive handlingDmitry Vyukov
2014-09-02tsan: address comments in r214912Dmitry Vyukov