summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_interceptors.cc
AgeCommit message (Expand)Author
2017-11-26Detect thread termination in LSan/NetBSDKamil Rytarowski
2017-09-22[lsan] Deadly signal handler for lsanVitaly Buka
2017-08-30Add NetBSD support in lsan_interceptors.ccKamil Rytarowski
2017-08-16Add C++17 aligned new/delete interceptors to standalone lsanFrancis Ricci
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
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-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-04-13Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci
2017-04-11Implement standalone lsan interceptors for OS XFrancis Ricci
2017-02-13Disable darwin interception of non-darwin functionsFrancis Ricci
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-26[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev
2014-07-04[sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany
2014-03-26Avoid aliases to weak aliases in interceptors.Rafael Espindola
2014-02-24AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-11-25[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev
2013-10-15tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov
2013-10-12[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov
2013-10-11[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-06-25[lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev
2013-05-23[lsan] Ensure lsan is initialized when interceptors are called.Sergey Matveev
2013-05-20[lsan] Interceptors for standalone LSan.Sergey Matveev