summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-465/+0
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* [Lsan] intercept thr_exit on FreeBSDDavid Carlier2018-06-201-3/+15
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-7/+1
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-1/+1
* [LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-051-12/+13
* [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.Alex Shlyapnikov2018-03-121-3/+1
* Detect thread termination in LSan/NetBSDKamil Rytarowski2017-11-261-0/+19
* [lsan] Deadly signal handler for lsanVitaly Buka2017-09-221-0/+5
* Add NetBSD support in lsan_interceptors.ccKamil Rytarowski2017-08-301-0/+1
* Add C++17 aligned new/delete interceptors to standalone lsanFrancis Ricci2017-08-161-3/+46
* Don't call exit() from atexit handlers on DarwinFrancis Ricci2017-07-181-0/+6
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-301-14/+42
* MergeAlex Shlyapnikov2017-06-291-1/+1
* Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin2017-06-291-0/+1
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-291-1/+0
* [Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov2017-06-281-8/+15
* Revert r304285, r304297.Evgeniy Stepanov2017-06-051-24/+0
* [sanitizer] Trying to fix MAC buildbots after r304285Maxim Ostapenko2017-05-311-4/+8
* [sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko2017-05-311-0/+20
* [sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko2017-05-031-0/+14
* Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systemsFrancis Ricci2017-04-131-1/+3
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-111-32/+23
* Disable darwin interception of non-darwin functionsFrancis Ricci2017-02-131-2/+13
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-4/+6
* Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric2017-01-301-14/+40
* Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov2017-01-271-40/+14
* Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric2017-01-271-14/+40
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-6/+4
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-4/+6
* [LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov2016-01-161-1/+10
* [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov2016-01-141-5/+9
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-3/+3
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-101-2/+2
* [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov2015-06-291-1/+1
* [ASan, LSan] Improve tracking of thread creation.Sergey Matveev2014-12-051-1/+1
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+1
* [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev2014-08-261-24/+9
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-041-0/+6
* Avoid aliases to weak aliases in interceptors.Rafael Espindola2014-03-261-2/+3
* AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...Kostya Serebryany2014-02-241-1/+1
* [sanitizer] Fix build.Evgeniy Stepanov2014-02-111-13/+13
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-081-2/+2
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-201-1/+1
* [lsan] Unbreak standalone LSan's initialization by making it more like ASan's.Sergey Matveev2013-11-251-13/+30
* tsan: use verbosity flag in sanitizer_common code directlyDmitry Vyukov2013-10-151-1/+1
* [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()Alexey Samsonov2013-10-121-3/+3
* [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...Sergey Matveev2013-10-111-3/+0
OpenPOWER on IntegriCloud