index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sanitizer_common
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer] fix build with glibc 2.4, patch by Sandra Loosemore
Kostya Serebryany
2014-05-06
1
-1
/
+6
*
[asan] disable GetKernelStartAddress as it misbehaves in schroot
Kostya Serebryany
2014-05-01
1
-1
/
+3
*
[asan] make AsanCoverage lock-free (and AS-safe)
Kostya Serebryany
2014-04-30
2
-17
/
+27
*
[Sanitizer] Add rudimentary support for wide-character strings to scanf/print...
Alexey Samsonov
2014-04-28
2
-32
/
+43
*
Fix building Asan and common sanitizers tests on FreeBSD 9.2
Viktor Kutuzov
2014-04-28
1
-0
/
+4
*
[sanitizer] Limit fopen interceptor to linux.
Evgeniy Stepanov
2014-04-25
1
-1
/
+1
*
[sanitizer] Intercept a bunch of stdio calls.
Evgeniy Stepanov
2014-04-25
4
-1
/
+222
*
[ASan] Use a non-null altstack.ss_size when disabling sigaltstack on Darwin.
Alexander Potapenko
2014-04-25
1
-1
/
+1
*
[sanitizer] wordexp isn't available on iOS
Justin Bogner
2014-04-24
1
-1
/
+1
*
tsan: stop background thread when sandbox is enabled
Dmitry Vyukov
2014-04-24
2
-0
/
+8
*
[asan] enable use_sigaltstack by default (this will provide verbose reports o...
Kostya Serebryany
2014-04-24
1
-1
/
+1
*
[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...
Kostya Serebryany
2014-04-22
1
-1
/
+1
*
[sanitizer] enable check_printf by default for asan and tsan. We've been usin...
Kostya Serebryany
2014-04-22
1
-1
/
+1
*
[sanitizer] Intercept tsearch.
Evgeniy Stepanov
2014-04-21
2
-1
/
+18
*
Move pthread_cond_* interceptors from sanitizer_common with all the ugly hack...
Alexey Samsonov
2014-04-16
4
-165
/
+0
*
[asan] try to harden __tls_get_addr interceptor against signals (no good test...
Kostya Serebryany
2014-04-16
1
-7
/
+9
*
[ASan] Replace a CHECK for mmap_limit_mb with a RAW_CHECK.
Alexander Potapenko
2014-04-15
1
-1
/
+1
*
[asan] try fixing the mmap_limit_mb failure on buildbot (tests pass locally)
Kostya Serebryany
2014-04-15
1
-1
/
+2
*
sanitizer_atomic_msvc.h: add atomic_fetch_{add,sub} overloads for uintptr_t
Hans Wennborg
2014-04-14
1
-0
/
+29
*
sanitizer_deadlock_detector.h: MSVC 2012 doesn't like compound literals
Hans Wennborg
2014-04-14
1
-5
/
+8
*
[asan] added internal flag mmap_limit_mb
Kostya Serebryany
2014-04-14
5
-0
/
+29
*
[asan] provide better reports for cases where memcpy/etc get negative size pa...
Kostya Serebryany
2014-04-14
1
-1
/
+1
*
tsan: fix vector clocks
Dmitry Vyukov
2014-04-11
2
-6
/
+11
*
[tsan] Fix false positive on xdr*_create.
Evgeniy Stepanov
2014-04-11
1
-2
/
+2
*
[sanitizer] Intercept a subset of sunrpc interface (xdr_*).
Evgeniy Stepanov
2014-04-04
4
-1
/
+170
*
[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...
Kostya Serebryany
2014-04-04
3
-21
/
+31
*
Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
2014-04-01
1
-14
/
+63
*
Fix definition of the __sanitizer_passwd structure on FreeBSD
Viktor Kutuzov
2014-04-01
1
-2
/
+5
*
[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
Alexey Samsonov
2014-03-31
1
-1
/
+1
*
[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate o...
Kostya Serebryany
2014-03-31
3
-19
/
+20
*
[sanitizer] Fix Mac build.
Evgeniy Stepanov
2014-03-28
1
-3
/
+3
*
[sanitizer] Intercept fgetpwent / fgetgrent.
Evgeniy Stepanov
2014-03-28
4
-44
/
+167
*
[sanitizer] Intercept setpwent/endpwent.
Evgeniy Stepanov
2014-03-28
2
-0
/
+35
*
[sanitizer] Intercept rand_r.
Evgeniy Stepanov
2014-03-28
2
-0
/
+14
*
[sanitizer] Intercept getpwent/getgrent.
Evgeniy Stepanov
2014-03-28
2
-0
/
+84
*
[sanitizer] Intercept mktime.
Evgeniy Stepanov
2014-03-28
1
-1
/
+16
*
[sanitizer] Intercept ftime.
Evgeniy Stepanov
2014-03-28
4
-1
/
+31
*
[sanitizer] Intercept __bzero on Mac.
Evgeniy Stepanov
2014-03-27
2
-1
/
+14
*
[sanitizer] Fix Android build.
Evgeniy Stepanov
2014-03-27
1
-1
/
+1
*
[msan] Intercept several malloc-related functions.
Evgeniy Stepanov
2014-03-27
2
-0
/
+15
*
[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri Gribov
Kostya Serebryany
2014-03-27
1
-2
/
+23
*
[sanitizer] Intercept __aeabi_mem(set|cpy|move).
Evgeniy Stepanov
2014-03-26
2
-1
/
+62
*
[CMake] Rename the variable
Alexey Samsonov
2014-03-24
1
-1
/
+1
*
Fix a VS compile-time warning
Timur Iskhodzhanov
2014-03-24
1
-2
/
+1
*
A fix for sanitizers' TLS support on FreeBSD
Viktor Kutuzov
2014-03-24
1
-6
/
+15
*
[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commands
Alexey Samsonov
2014-03-24
1
-2
/
+3
*
[libsanitizer] Add descriptions for the common flags.
Alexander Potapenko
2014-03-21
2
-61
/
+60
*
[sanitizer] print threads in deadlock report
Kostya Serebryany
2014-03-21
4
-14
/
+27
*
fixed check_lint.sh in standalone build
Greg Fitzgerald
2014-03-21
1
-1
/
+3
*
[libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in san...
Alexander Potapenko
2014-03-20
2
-20
/
+31
[next]