index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
lsan
/
lsan_interceptors.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler-rt: Rename .cc file in lib/lsan to .cpp
Nico Weber
2019-08-01
1
-465
/
+0
*
[sanitizer] Implement reallocarray.
Evgeniy Stepanov
2019-05-01
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[sanitizer] Fix mallopt interceptor.
Evgeniy Stepanov
2018-10-25
1
-1
/
+1
*
[Lsan] intercept thr_exit on FreeBSD
David Carlier
2018-06-20
1
-3
/
+15
*
[Sanitizers] Move pvalloc overflow tests to common.
Alex Shlyapnikov
2018-06-11
1
-7
/
+1
*
[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalign
Alex Shlyapnikov
2018-06-08
1
-1
/
+1
*
[LSan] Report proper error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-06-05
1
-12
/
+13
*
[Sanitizers] Add more standard compliant posix_memalign implementation for LSan.
Alex Shlyapnikov
2018-03-12
1
-3
/
+1
*
Detect thread termination in LSan/NetBSD
Kamil Rytarowski
2017-11-26
1
-0
/
+19
*
[lsan] Deadly signal handler for lsan
Vitaly Buka
2017-09-22
1
-0
/
+5
*
Add NetBSD support in lsan_interceptors.cc
Kamil Rytarowski
2017-08-30
1
-0
/
+1
*
Add C++17 aligned new/delete interceptors to standalone lsan
Francis Ricci
2017-08-16
1
-3
/
+46
*
Don't call exit() from atexit handlers on Darwin
Francis Ricci
2017-07-18
1
-0
/
+6
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-30
1
-14
/
+42
*
Merge
Alex Shlyapnikov
2017-06-29
1
-1
/
+1
*
Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"
Michael Zolotukhin
2017-06-29
1
-0
/
+1
*
[LSan] Make LSan allocator allocator_may_return_null compliant
Alex Shlyapnikov
2017-06-29
1
-1
/
+0
*
[Sanitizers] Operator new() interceptors always die on allocation error
Alex Shlyapnikov
2017-06-28
1
-8
/
+15
*
Revert r304285, r304297.
Evgeniy Stepanov
2017-06-05
1
-24
/
+0
*
[sanitizer] Trying to fix MAC buildbots after r304285
Maxim Ostapenko
2017-05-31
1
-4
/
+8
*
[sanitizer] Avoid possible deadlock in child process after fork
Maxim Ostapenko
2017-05-31
1
-0
/
+20
*
[sanitizer] Intercept mcheck and mprobe on Linux
Maxim Ostapenko
2017-05-03
1
-0
/
+14
*
Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
Francis Ricci
2017-04-13
1
-1
/
+3
*
Implement standalone lsan interceptors for OS X
Francis Ricci
2017-04-11
1
-32
/
+23
*
Disable darwin interception of non-darwin functions
Francis Ricci
2017-02-13
1
-2
/
+13
*
[lsan] Renable LSan for x86 Linux
Maxim Ostapenko
2017-01-31
1
-4
/
+6
*
Recommit: Stop intercepting some malloc-related functions on FreeBSD and
Dimitry Andric
2017-01-30
1
-14
/
+40
*
Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"
Evgeniy Stepanov
2017-01-27
1
-40
/
+14
*
Stop intercepting some malloc-related functions on FreeBSD and macOS
Dimitry Andric
2017-01-27
1
-14
/
+40
*
Revert "[lsan] Enable LSan for x86 Linux."
Evgeniy Stepanov
2017-01-23
1
-6
/
+4
*
[lsan] Enable LSan for x86 Linux.
Maxim Ostapenko
2017-01-23
1
-4
/
+6
*
[LSan] Ignore all allocations made inside pthread_create.
Alexey Samsonov
2016-01-16
1
-1
/
+10
*
[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.
Alexey Samsonov
2016-01-14
1
-5
/
+9
*
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
Vedant Kumar
2015-10-01
1
-3
/
+3
*
-Wdeprecated: Use noexcept rather than throw() where supported
David Blaikie
2015-08-10
1
-2
/
+2
*
[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.
Evgeniy Stepanov
2015-06-29
1
-1
/
+1
*
[ASan, LSan] Improve tracking of thread creation.
Sergey Matveev
2014-12-05
1
-1
/
+1
*
[msan] Remove MSanDR and supporting code.
Evgeniy Stepanov
2014-11-18
1
-1
/
+1
*
[lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.
Sergey Matveev
2014-08-26
1
-24
/
+9
*
[sanitizer] support c11 aligned_alloc, Linux only for now
Kostya Serebryany
2014-07-04
1
-0
/
+6
*
Avoid aliases to weak aliases in interceptors.
Rafael Espindola
2014-03-26
1
-2
/
+3
*
AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code...
Kostya Serebryany
2014-02-24
1
-1
/
+1
*
[sanitizer] Fix build.
Evgeniy Stepanov
2014-02-11
1
-13
/
+13
*
Add throw() specifiers to more redeclarations of operator delete and operator...
Nick Lewycky
2014-02-08
1
-2
/
+2
*
[sanitizer] Use the new sanitizer_interception.h header in all interceptors.
Evgeniy Stepanov
2013-12-20
1
-1
/
+1
*
[lsan] Unbreak standalone LSan's initialization by making it more like ASan's.
Sergey Matveev
2013-11-25
1
-13
/
+30
*
tsan: use verbosity flag in sanitizer_common code directly
Dmitry Vyukov
2013-10-15
1
-1
/
+1
*
[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()
Alexey Samsonov
2013-10-12
1
-3
/
+3
*
[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linu...
Sergey Matveev
2013-10-11
1
-3
/
+0
[next]