summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28[asan] Fix windows build.Evgeniy Stepanov
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-23[asan] Add support for Android debug message.Evgeniy Stepanov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-19[asan] Fix android setup script to overwrite the symlink.Evgeniy Stepanov
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-06-13[ASan] Move rss_limit_is_exceeded_ flag to ASan.Alex Shlyapnikov
2017-06-09[asan] Fix ASan internal failure in AllocateFromLocalPoolMaxim Ostapenko
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
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-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
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-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-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-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-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-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-17Include setjmp.h unconditionally in asan_test_utils.hHans Wennborg
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany
2017-04-27[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-19Turn symbolization on for ASan unit test.Alex Shlyapnikov
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-12Fix memory leaks in address sanitizer darwin testsFrancis Ricci
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-10[Asan] Eliminate SHADOW_TO_MEM() macroIvan A. Kosarev
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-03-31[asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2017-03-29Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas
2017-03-27[powerpc] deactivate ManyThreadsTest asan test on powerpc64Bill Seurer