summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-13tsan: fix reading of mutex flagsDmitry Vyukov
2017-06-13tsan: fix pedantic warningsDmitry Vyukov
2017-06-12[ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar
2017-06-09[asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko
2017-06-07[sanitizer] Fix symbolizer build after r304864.Evgeniy Stepanov
2017-06-07[tsan]: Fix GNU version of strerror_r interceptorVitaly Buka
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-05Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin
2017-06-03Adjust sanitizers for FreeBSD 64-bit inode updateDimitry Andric
2017-06-03[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[ubsan] Runtime support for pointer overflow checkingVedant Kumar
2017-06-01Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-31[sanitizer] Trying to fix MAC buildbots after r304285Maxim Ostapenko
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-05-30[sanitizer] Add "isapla" to symbolizer's global symbols whitelist.Alex Shlyapnikov
2017-05-26[compiler-rt] Don't reset non-default user handler if allow_user_segv_handler...Vitaly Buka
2017-05-26[scudo] Check the return values of the pthread_* functionsKostya Kortchinsky
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25Fix typo in tls patchFrancis Ricci
2017-05-25[compiler-rt] Make print_module_map description consistent with the rest.Vitaly Buka
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci
2017-05-25Don't require ThreadState to be contained within tls on all platformsFrancis Ricci
2017-05-25[sanitizer] Revert rL303879 as it breaks WindowsKostya Kortchinsky
2017-05-25[sanitizer] Change the 32-bit Primary AllocateRegion to reduce fragmentationKostya Kortchinsky
2017-05-25[sanitizer] Pair atomic acquire with release in BlockingMutex::UnlockAlex Shlyapnikov
2017-05-25Add generic __bswap[ds]i2 implementationsDimitry Andric
2017-05-25[cmake] Disable building emutls.c for baremetal targets.Catherine Moore
2017-05-25[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-24Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-24Allow armv{7,7s,7k,7m,7em} buildsJonathan Roelofs
2017-05-24[sanitizer] [SystemZ] Update CVE-2016-2143 check for Ubuntu 16.04Ulrich Weigand
2017-05-24[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-24[asan] Remove allow_user_segv_handler on Windows.Vitaly Buka
2017-05-22[XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris
2017-05-20Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka
2017-05-20[compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-19[compiler-rt] Add negative test for boolean flags.Vitaly Buka
2017-05-19Use write instead of read permissions to check for global sections on macFrancis Ricci
2017-05-18[compiler-rt] Replace ifs with switch statement in IsHandledDeadlySignalVitaly Buka
2017-05-18[scudo] lower quarantine default sizesKostya Kortchinsky
2017-05-18[compiler-rt][cmake] Build unit tests conditionally with _FILE_OFFSET_BITS=64...Simon Dardis