summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-06-16[WinASan] Fix hotpatching new Win 10 build 1703 x64 strnlen prologueReid Kleckner
2017-06-16[Sanitizers] Secondary allocator respects allocator_may_return_null=1.Alex Shlyapnikov
2017-06-15[ubsan] Fix a faulty memory accessibility checkVedant Kumar
2017-06-15[asan] Fix typo in doc string.Vitaly Buka
2017-06-15[asan] Return allow_user_segv_handler=0 to fix compatibility issues.Vitaly Buka
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
2017-06-13[ASan] Move rss_limit_is_exceeded_ flag to ASan.Alex Shlyapnikov
2017-06-13[sanitize] Remove stack size limits from secondary threads.Evgeniy Stepanov
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