Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
ec208e007d2264a65c1f4234f8cbce82dca9f849
/
lib
ec208e0
[sanitizer] Fix Android build.
by Evgeniy Stepanov
· 11 years ago
e46ecb1
[msan] Zerofill initstate_r buffer in random_r test.
by Evgeniy Stepanov
· 11 years ago
e236dbb
[sanitizer] Intercept pthread_attr_get*.
by Evgeniy Stepanov
· 11 years ago
719df33
[msan] Separate access and origin blocks in msan reports with an extra whiteline.
by Evgeniy Stepanov
· 11 years ago
175599b
tsan: do not crash when apparently bogus fd is passed to e.g. close
by Dmitry Vyukov
· 11 years ago
aff25aa
[sanitizer] Intercept random_r.
by Evgeniy Stepanov
· 11 years ago
3a6eb80
Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly.
by Stephen Hines
· 11 years ago
10362d6
[sanitizer] Intercept shmctl.
by Evgeniy Stepanov
· 11 years ago
1161eb4
[msan] Unpoison errno in common interceptors.
by Evgeniy Stepanov
· 11 years ago
450eee6
[msan] Fix invalid origin copying.
by Evgeniy Stepanov
· 11 years ago
48ed058
[msan] Change wording in the invalid origin message.
by Evgeniy Stepanov
· 11 years ago
5317724
Introduce an operator new for LowLevelAllocator, and convert most users to it.
by Peter Collingbourne
· 11 years ago
a412f48
[ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well.
by Alexey Samsonov
· 11 years ago
220d1f7
[sanitizer] Fix OSX build.
by Evgeniy Stepanov
· 11 years ago
369a9a6
[sanitizer] Intercept ether_* functions.
by Evgeniy Stepanov
· 11 years ago
7d66482
tsan: parse symbolize/external_symbolizer_path common flags
by Dmitry Vyukov
· 11 years ago
b1907c7
Continue to keep 'SUMMARY: ' prefix in lsan. Whoops!
by Nick Lewycky
· 11 years ago
47fcd76
Hoist the addition of the prefix "SUMMARY: " from
by Nick Lewycky
· 11 years ago
4b861aa
Make sure ASan always emits an error summary if it reports an error.
by Nick Lewycky
· 11 years ago
7c6bd40
[msan] Drain allocator cache when leaving thread.
by Evgeniy Stepanov
· 11 years ago
285d458
[sanitizer] Intercept initgroups.
by Evgeniy Stepanov
· 11 years ago
137a9b8
[lsan] When detect_leaks=false, be completely silent.
by Sergey Matveev
· 11 years ago
5e7ba22
Use internal_memset to initialize this variable.
by Peter Collingbourne
· 11 years ago
a650de8
[asan] count the size of QuarantineBatch in the total Quarantine size; make QuarantineBatch fit into 8K, fix a MSVC compile warning
by Kostya Serebryany
· 11 years ago
3e5c47d
tsan: fix strerror interceptor (eliminate false positives)
by Dmitry Vyukov
· 11 years ago
9b5f95f
Runtime support for the indirect function call checker.
by Peter Collingbourne
· 11 years ago
49d29ed
[ubsan] Introduce %clangxx substitution for all C++ tests.
by Peter Collingbourne
· 11 years ago
547f9dd
[asan] fix stack trace printing on Mac
by Kostya Serebryany
· 11 years ago
1fe68b8
[asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to save space
by Kostya Serebryany
· 11 years ago
6d95869
[asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot
by Kostya Serebryany
· 11 years ago
acd18b9
[ASan] fix compilation of sanitizer_platform_limits_posix.cc on OSX.
by Alexander Potapenko
· 11 years ago
34fb715
[ASan] fix compilation of atexit_stats.cc on OSX
by Alexander Potapenko
· 11 years ago
9d06f1b
[sanitizer] Fix OSX build some more.
by Evgeniy Stepanov
· 11 years ago
0489e11
[sanitizer] Fix OSX build.
by Evgeniy Stepanov
· 11 years ago
5cee73e
[sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs.
by Evgeniy Stepanov
· 11 years ago
00dc243
[asan] fix a test on Mac
by Kostya Serebryany
· 11 years ago
4d7297d
[sanitizer] Intercept getmntent, getmntent_r.
by Evgeniy Stepanov
· 11 years ago
a2e70d9
[asan] fix atexit stats
by Kostya Serebryany
· 11 years ago
0c46cde
Make the big array in the UBSan C++ runtime be zero-initialized to dramatically
by Richard Smith
· 11 years ago
8e22b68
[ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX.
by Alexander Potapenko
· 11 years ago
13521a2
[asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1
by Kostya Serebryany
· 11 years ago
ab8bf09
[sanitizer] Fix unpoisoning of msghdr::msg_name in recvmsg interceptor.
by Evgeniy Stepanov
· 11 years ago
8fa4edc
[asan] Fix a deadlock between asan's allocator and lsan
by Kostya Serebryany
· 11 years ago
fc81346
[Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors
by Alexey Samsonov
· 11 years ago
232b043
tsan: merge 2 similar tests into 1
by Dmitry Vyukov
· 11 years ago
1a3f1ea
tsan: add a test for __tsan_default_options()
by Dmitry Vyukov
· 11 years ago
782cbdc
Use configured PYTHON in asan lit tests.
by Will Dietz
· 11 years ago
68c2c51
tsan: revert variable name change in test
by Dmitry Vyukov
· 11 years ago
01a7ce8
tsan: move shadow stack from thread descriptors to fixed addresses
by Dmitry Vyukov
· 11 years ago
cca8e78
[asan] introduce run-time flag 'poison_partial'
by Kostya Serebryany
· 11 years ago
166d6aa
[Sanitizer] Fix lint checker script on Mac
by Alexey Samsonov
· 11 years ago
e6f3247
tsan: refactor libignore implementation
by Dmitry Vyukov
· 11 years ago
c842dab
[TSan] Extend test for reporting globals with races on them
by Alexey Samsonov
· 11 years ago
0f63831
[asan] Remove CallocOverflow32 test from asan_test.
by Evgeniy Stepanov
· 11 years ago
7ad195c
[msan] Handle origins in __sanitizer_unaligned_(load|store)*.
by Evgeniy Stepanov
· 11 years ago
5e2d377
Make some pthread_mutex_* and pthread_cond_* interceptors common.
by Alexey Samsonov
· 11 years ago
e852e41
[lsan] Fix bug when discovering indirectly leaked objects.
by Sergey Matveev
· 11 years ago
f719b92
tsan: introduce __tsan_default_options() function
by Dmitry Vyukov
· 11 years ago
8f4cece
tsan: be silent if verbosity=0
by Dmitry Vyukov
· 11 years ago
06cbed8
tsan: use verbosity flag in sanitizer_common code directly
by Dmitry Vyukov
· 11 years ago
2e7999e
tsan: actually parse verbofity flag
by Dmitry Vyukov
· 11 years ago
6866dba
tsan: move verbosity flag to CommonFlags
by Dmitry Vyukov
· 11 years ago
fba64b4
tsan: do not leave trash source files in source dir
by Dmitry Vyukov
· 11 years ago
610e7c7
tsan: refactor overly-complex logical condition
by Dmitry Vyukov
· 11 years ago
17b0a3c
tsan: fix Go build
by Dmitry Vyukov
· 11 years ago
5f4984d
tsan: move kernel struct definition from sanitizer_linux.h to sanitizer_platform_limits_posix.h
by Dmitry Vyukov
· 11 years ago
62a04e3
tsan: do not build llvm from scratch on each presubmit
by Dmitry Vyukov
· 11 years ago
b48c2b2
tsan: use sanitizer::CommonFlags in tsan
by Dmitry Vyukov
· 11 years ago
e910a16
[msan] Remove CallocOverflow test.
by Evgeniy Stepanov
· 11 years ago
2191fca
Clean up StopTheWorld code after r192686.
by Sergey Matveev
· 11 years ago
3dbbd85
tsan: resolve symlinks for called_from_lib suppressions
by Dmitry Vyukov
· 11 years ago
600d516
[msan] Implement allocator_may_return_null=1 in MemorySanitizer.
by Evgeniy Stepanov
· 11 years ago
0f7a2ac
tsan: implement internal syscall-based versions of sigaction/sigprocmask
by Dmitry Vyukov
· 11 years ago
97f4e08
Fix a typo.
by Evgeniy Stepanov
· 11 years ago
79f11fc
[ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac
by Alexey Samsonov
· 11 years ago
f1d9411
[msan] Test for r192599.
by Evgeniy Stepanov
· 11 years ago
c519335
[lsan] Support ASan's stack-use-after-return mode in LSan.
by Sergey Matveev
· 11 years ago
2a2dc88
[msan] Remove a long-outdated comment.
by Evgeniy Stepanov
· 11 years ago
e86e35f
[asan] Improve thread lifetime tracking on POSIX systems.
by Sergey Matveev
· 11 years ago
3f4beff
[msan] Intercept strto(d|f|ld)_l and glibc-specific __strto(d|f|ld)_l.
by Evgeniy Stepanov
· 11 years ago
d9def29
[ASan] Don't die with internal ASan error on large buffer overflows
by Alexey Samsonov
· 11 years ago
fa33a8c
[msan] Regression test for r192575.
by Evgeniy Stepanov
· 11 years ago
6f2741c
tsan: allow to override OnPrint() callback in Go runtime
by Dmitry Vyukov
· 11 years ago
d09c91a
[Sanitizer] Return implementation of StackTrace::CopyFrom to header
by Alexey Samsonov
· 11 years ago
6a135be
tsan: allow to override OnFinalize() in front-ends that does not support weak functions (Go)
by Dmitry Vyukov
· 11 years ago
3e0b8ff
[Sanitizer] Remove StackTrace::max_depth field
by Alexey Samsonov
· 11 years ago
8017501
[Sanitizer] Turn GetStackTrace() into StackTrace::Unwind()
by Alexey Samsonov
· 11 years ago
70db33e
[sanitizer] Define kPthreadDestructorIterations on POSIX systems.
by Sergey Matveev
· 11 years ago
67f5544
tsan: catch more races on file descriptors
by Dmitry Vyukov
· 11 years ago
29cec48
tsan: fix epoll_ctl interceptor
by Dmitry Vyukov
· 11 years ago
cdae942
[sanitizer] Ninja style fix to r192442.
by Sergey Matveev
· 11 years ago
6eb836f
[sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h.
by Sergey Matveev
· 11 years ago
ef57899
[Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom
by Alexey Samsonov
· 11 years ago
064da32
[Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces
by Alexey Samsonov
· 11 years ago
117699d
tsan: minor refactoring
by Dmitry Vyukov
· 11 years ago
e1ddbf9
tsan: add annotations to ignore synchronization operations
by Dmitry Vyukov
· 11 years ago
d41fa1b
[sanitizer] Fix the parent liveness check in StopTheWorld.
by Sergey Matveev
· 11 years ago
23a7a43
[sanitizer] Fix deadlock in StopTheWorld.
by Sergey Matveev
· 11 years ago
497ae56
[sanitizer] Do not break the CFI unwind chain in clone().
by Sergey Matveev
· 11 years ago
5b89400
[TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers
by Alexey Samsonov
· 11 years ago
Next »