summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-09-10[asan-assembly-instrumentation] Added end-to-end test for proper stack unwind...Yuri Gorshenin
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-08[msan] Make chained_origin_limits test faster.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-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-09-05[ASan] disable zero_page_pc.cc on Android.Alexander Potapenko
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-04[asan] trying to de-flake new_array_cookie_uaf_test.ccKostya Serebryany
2014-09-04profile: Avoid name collisions between instrumentation and runtimeJustin Bogner
2014-09-04[ASan] Remove the check for a double-SEGV from zero_page_pc.ccAlexander Potapenko
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] Fix fork test on centos-6.5.Evgeniy Stepanov
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
2014-09-01[libsanitizer] Fix the Android build.Alexander Potapenko
2014-09-01[asan] Update asan_device_setup to support Android L Preview.Evgeniy Stepanov
2014-09-01[libsanitizer] Make sanitizer_unwind_posix.cc a libcdep source file.Alexander Potapenko
2014-09-01tsan: fix false positive related to signal handlersDmitry Vyukov
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-29[asan] enable poison_array_cookie backKostya Serebryany
2014-08-28[asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany
2014-08-28[asan] disable poison_array_cookie while I am investigating a false positive ...Kostya Serebryany
2014-08-28[ASan/Win] Add a test case for r216663 [-Zl vs LIBCMT vs asan_win_uar_thunk]Timur Iskhodzhanov
2014-08-28[ASan/Win] Add the -Zl flag to avoid /DEFAULTLIB:libcmt directive in the asan...Timur Iskhodzhanov
2014-08-28[ubsan] Follow-up for r216657: fixed the line numbers in the test.Alexander Potapenko
2014-08-28[UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko
2014-08-27[ASan] Whitespace fix. No functionality change.Alexander Potapenko