Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
2d1fdb26e458c4ddc04155c1d421bced3ba90cd0
/
lib
/
sanitizer_common
/
sanitizer_common.cc
2d1fdb2
Update compiler-rt aosp/master for 3.5 (r209699) rebase.
by Stephen Hines
· 10 years ago
dbd69cc
Reapply asan coverage changes 194702-194704.
by Bob Wilson
· 11 years ago
ae51c27
Speculatively revert asan coverage changes 194702-194704.
by Bob Wilson
· 11 years ago
68e16eb
[asan] Poor man's coverage that works with ASan (compiler-rt part)
by Kostya Serebryany
· 11 years ago
bb4697f
[Sanitizer] Print symbolized stack frame using a single Printf() call.
by Alexey Samsonov
· 11 years ago
694d856
[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them)
by Alexey Samsonov
· 11 years ago
50cdc5a
[Sanitizer] Fix Go build
by Alexey Samsonov
· 11 years ago
2fb0872
[Sanitizer] Unify summary reporting across all sanitizers.
by Alexey Samsonov
· 11 years ago
47fcd76
Hoist the addition of the prefix "SUMMARY: " from
by Nick Lewycky
· 11 years ago
8f4cece
tsan: be silent if verbosity=0
by Dmitry Vyukov
· 11 years ago
b48c2b2
tsan: use sanitizer::CommonFlags in tsan
by Dmitry Vyukov
· 11 years ago
90b0f1e
Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers
by Alexey Samsonov
· 11 years ago
7847d77
[Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files
by Alexey Samsonov
· 11 years ago
923bac7
sanitizers: Make sure Visual Studio gets error reports
by Reid Kleckner
· 11 years ago
90629fb
[sanitizer] Handle Die() in StopTheWorld.
by Sergey Matveev
· 11 years ago
0b694fc
[nolibc] Move all platforms to internal_getpid.
by Peter Collingbourne
· 11 years ago
0c547de
[nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library
by Peter Collingbourne
· 11 years ago
15bb32b
[sanitizer] Generic sorting in sanitizer_common.
by Sergey Matveev
· 11 years ago
9578a3e
[nolibc] Change internal syscall API to remove reliance on libc's errno.
by Peter Collingbourne
· 12 years ago
3614c16
[libsanitizer] StopTheWorld in sanitizer_common
by Alexander Potapenko
· 12 years ago
f882247
[Sanitizer] use raw syscall instead of _exit() function on Linux
by Alexey Samsonov
· 12 years ago
1d333c5
[msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan.
by Kostya Serebryany
· 12 years ago
2f588f9
[tsan] print error summary line
by Kostya Serebryany
· 12 years ago
2673fd8
[asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process.
by Kostya Serebryany
· 12 years ago
ee7cc44
[Sanitizer] make internal_open have the same interface as libc version
by Alexey Samsonov
· 12 years ago
859778a
[sanitizer] make the error messages from sanitizer_common contain the actual tool name
by Kostya Serebryany
· 12 years ago
9b42f52
Fixup for r172828: use InternalScopedBuffer in favor of large stack buffers
by Alexey Samsonov
· 12 years ago
dedba5d
[ASan] Fix the log_path option to use different log files for parent and child processes after fork().
by Alexander Potapenko
· 12 years ago
e3c35c7
asan: fix format string in CHECK
by Dmitry Vyukov
· 12 years ago
321e125
[asan] more sceleton code for asan_allocator2
by Kostya Serebryany
· 12 years ago
2574257
Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by
by Alexander Potapenko
· 12 years ago
3617ad7
tsan: fix lint warning and make output tests more robust
by Dmitry Vyukov
· 12 years ago
2dae63a
Remove unused variable.
by Bill Wendling
· 12 years ago
cc75259
[tsan] add MmapAlignedOrDie
by Kostya Serebryany
· 12 years ago
f67ec2b
[asan] get rid of some of the uses of kPageSize. The intent is to get rid of it completely to support platforms with multiple possible page sizes.
by Kostya Serebryany
· 12 years ago
84d57b4
[Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal
by Alexey Samsonov
· 12 years ago
a517641
[Sanitizer] move unit test for Printf from tsan to sanitizer_common
by Alexey Samsonov
· 12 years ago
f3457cb
[Sanitizer] Use kStderrFd constant instead of hardcoded 2
by Alexey Samsonov
· 12 years ago
ac8564e
[Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor for error reports
by Alexey Samsonov
· 12 years ago
81dfbb7
[asan] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr
by Kostya Serebryany
· 12 years ago
591616d
[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks
by Alexey Samsonov
· 12 years ago
0dc3177
[Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator
by Alexey Samsonov
· 12 years ago
00d345c
tsan/asan: kill STL
by Dmitry Vyukov
· 12 years ago
4c49666
[Sanitizer] move atomic ops, min/max and sort to commnon runtime
by Alexey Samsonov
· 12 years ago
cffe2f5
[Sanitizer] Move ReadFileToBuffer to sanitizer_common.
by Alexey Samsonov
· 12 years ago
230c3be
[Sanitizer] Move more functions/constants to sanitizer_common.
by Alexey Samsonov
· 12 years ago