Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
57a1095fca7b95db8a0ec87fce7a6f0e331a5b99
/
lib
57a1095
[sanitizer] More checks in mbstowcs-like interceptors.
by Evgeniy Stepanov
· 11 years ago
9b21ba6
[sanitizer] Fix handling of edge cases in mbstowcs-like interceptors.
by Evgeniy Stepanov
· 11 years ago
d26cb23
Fix a bug in the readdir_r interceptor: when we reach the end of the
by Chandler Carruth
· 11 years ago
d907702
[asan] Update blacklists to use categories.
by Peter Collingbourne
· 11 years ago
57876cf
[sanitizer] Update glob64 interceptor to handle GLOB_ALTDIRFUNC as well.
by Evgeniy Stepanov
· 11 years ago
3fa122e
[sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.
by Evgeniy Stepanov
· 11 years ago
12eb79d
[sanitizer] Intercept realpath and canonicalize_file_name.
by Evgeniy Stepanov
· 11 years ago
cb2509a
[sanitizer] Wrap lines >80 chars.
by Evgeniy Stepanov
· 11 years ago
ae4e6fd
[asan] Fix windows build.
by Evgeniy Stepanov
· 11 years ago
8b40073
[sanitizer] Syscall handlers for clock_gettime and clock_getres.
by Evgeniy Stepanov
· 11 years ago
577a4b5
[lsan] Fix test.
by Sergey Matveev
· 11 years ago
c6ac98d
[lsan] Handle fork() correctly.
by Sergey Matveev
· 11 years ago
99560bf
[LSan] Use overridable hook to report error summary
by Alexey Samsonov
· 11 years ago
8be684c
[sanitizer] Fix mac build.
by Evgeniy Stepanov
· 11 years ago
737da2f
[msan] Intercept pthread_key_create.
by Evgeniy Stepanov
· 11 years ago
22d8767
[sanitizer] Disable ptrace interception on non-x86(_64).
by Evgeniy Stepanov
· 11 years ago
2e6a1fb
[ASan] Close stderr before launching atos in asan_symbolize.py
by Alexander Potapenko
· 11 years ago
ea72768
[sanitizer] Intercept tcgetattr.
by Evgeniy Stepanov
· 11 years ago
ff6c9fb
[sanitizer] More interceptors.
by Evgeniy Stepanov
· 11 years ago
e1f1661
[ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow Leopard and earlier systems.
by Alexander Potapenko
· 11 years ago
1adf52b
[sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer.
by Sergey Matveev
· 11 years ago
1cdae25
[sanitizer] Fix Android build.
by Evgeniy Stepanov
· 11 years ago
353c996
[msan] Intercept mempcpy, wmempcpy.
by Evgeniy Stepanov
· 11 years ago
906f2c1
[sanitizer] Fix GLOB_NOMATCH behaviour and refactor the interceptor a bit.
by Evgeniy Stepanov
· 11 years ago
8014489
[sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name.
by Evgeniy Stepanov
· 11 years ago
3cae604
[sanitizer] Intercept setlocale.
by Evgeniy Stepanov
· 11 years ago
b9a9284
[ASan] try to fix Windows build
by Alexey Samsonov
· 11 years ago
9465cbd
[ASan] Properly disable strict init-order checking when pthread_create is called
by Alexey Samsonov
· 11 years ago
4bbbe13
[msan] Intercept stpcpy.
by Evgeniy Stepanov
· 11 years ago
9eedf48
[sanitizer] Intercept getnameinfo.
by Evgeniy Stepanov
· 11 years ago
7ef6708
Change __sanitizer_symbolize_demangle hook return type to 'int'
by Alexey Samsonov
· 11 years ago
f21e025
[ASan] Cache atos processes to make Darwin symbolication faster.
by Alexander Potapenko
· 11 years ago
5d21042
[sanitizer] Use the correct macro to check glibc version.
by Sergey Matveev
· 11 years ago
997aede
[ASan] Add sanity test for asan_symbolize.py script
by Alexey Samsonov
· 11 years ago
b2b0194
[sanitizer] Fix build with older kernels.
by Evgeniy Stepanov
· 11 years ago
ed936c1
[ASan] Remove leading underscores from function names in output tests
by Alexey Samsonov
· 11 years ago
c8c312a
Hide mlock/munlock info message under verbosity flag.
by Alexey Samsonov
· 11 years ago
fe18723
Define the path to llvm-symbolizer tool in a common config to reduce copy-paste
by Alexey Samsonov
· 11 years ago
f2c29a5
Fix typo found by Clang fix for extern "C" function handling.
by Richard Smith
· 11 years ago
ec2ee9b
[ASan] Remove %symbolize from lit tests: we now use external symbolizer instead of python script
by Alexey Samsonov
· 11 years ago
ad75ce5
[lsan] Fix build again.
by Sergey Matveev
· 11 years ago
0b5a1b7
[lsan] Fix build.
by Sergey Matveev
· 11 years ago
9b4ba94
[lsan] When verbosity > 1, always print suppressions and summary (even if no leaks found).
by Sergey Matveev
· 11 years ago
b33cfeb
[lsan] Add suppression support.
by Sergey Matveev
· 11 years ago
d50d29e
[sanitizer] Disable all ptrace-related definitions on Android.
by Evgeniy Stepanov
· 11 years ago
2a96098
[ASan] Migrate lit tests to external symbolizer from asan_symbolize.py script
by Alexey Samsonov
· 11 years ago
6b30cf0
Demangle names using pluggable internal symbolizer if possible
by Alexey Samsonov
· 11 years ago
3678cf9
[sanitizer] Fix an unfortunate typo and disable ptrace interception on Android.
by Evgeniy Stepanov
· 11 years ago
52d08d8
Pass --default-arch flag to external symbolizer. Fix line lengths.
by Alexey Samsonov
· 11 years ago
341b9e6
[sanitizer] Intercept ptrace.
by Evgeniy Stepanov
· 11 years ago
6b233ed
[ASan][OSX] Make sure the zones created by malloc_create_zone() are write-protected.
by Alexander Potapenko
· 11 years ago
66ad412
[ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to out-of-bounds mprotect()s
by Alexander Potapenko
· 11 years ago
007a977
Revert hack that omits errno on Darwin platforms. We now have an acceptable 'errno' header.
by Bill Wendling
· 11 years ago
134da44
[sanitizer] Support padding with spaces in Printf.
by Sergey Matveev
· 11 years ago
7ddf3c9
[lsan] Fix flaky test.
by Sergey Matveev
· 11 years ago
1d55ed1
tsan: revert dynamic symbols file to the old incorrect one
by Dmitry Vyukov
· 11 years ago
66385c9
tsan: remove non-existent functions from syms file
by Dmitry Vyukov
· 11 years ago
263800b
[msan] Optionally disable 2 tests (dlopen & gethostbyname).
by Evgeniy Stepanov
· 11 years ago
a0379b5
[sanitizer] Fix dirent interceptors.
by Evgeniy Stepanov
· 11 years ago
9fbfd96
[LSan] Add the way to disable LSan at link time
by Alexey Samsonov
· 11 years ago
c11d303
[TSan] try to fix Go build
by Alexey Samsonov
· 11 years ago
c2918bf
[MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface
by Alexey Samsonov
· 11 years ago
f2c8445
[tsan] Fix build.
by Sergey Matveev
· 11 years ago
a52e5c6
[tsan] Move some suppressions-related code to common.
by Sergey Matveev
· 11 years ago
b5cf98f
[sanitizer] readdir and readdir_r interceptors.
by Evgeniy Stepanov
· 11 years ago
7a0bba4
[asan] initialize fake_stack lazily and increase its maximal size. This makes -fsanitize=address,use-after-return more robust: all SPEC tests pass now. In the default mode thread stacks become a bit smaller.
by Kostya Serebryany
· 11 years ago
eb7c24b
[sanitizer] Reformat line >80 chars.
by Evgeniy Stepanov
· 11 years ago
4f116ad
[sanitizer] Fix build with OSS4 kernel headers.
by Evgeniy Stepanov
· 11 years ago
cf5fb62
Fix a use after free I introduced and that Bill caught in code review
by Chandler Carruth
· 11 years ago
7caabbd
Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots.
by Bill Wendling
· 11 years ago
1dcabd1
tsan: add missing __attribute__((visibility("default"))) to interface functions
by Dmitry Vyukov
· 11 years ago
d16d723
[lsan] Define interceptors more correctly. Also, always clear allocated memory.
by Sergey Matveev
· 11 years ago
b624606
[sanitizer] Move log_path to common flag and use it in MSan.
by Evgeniy Stepanov
· 11 years ago
254abfa
Address a few of the issues in GCDAProfiling I noted when looking
by Chandler Carruth
· 11 years ago
e97262d
Remove the sysroot restriction from building GCDAProfiling.c.
by Chandler Carruth
· 11 years ago
fb53992
tsan: make the test more robust
by Dmitry Vyukov
· 11 years ago
6d81738
tsan: update dynamic export syms file
by Dmitry Vyukov
· 11 years ago
359d7fc
[sanitizer] Intercept sysinfo.
by Evgeniy Stepanov
· 11 years ago
90a65aa
[sanitizer] Fix TSan build.
by Evgeniy Stepanov
· 11 years ago
9d60087
[sanitizer] Intercept inet_aton.
by Evgeniy Stepanov
· 11 years ago
b8e323e
[msan] Unpoison param-tls in signal handler wrapper.
by Evgeniy Stepanov
· 11 years ago
b916e6a
[sanitizer] Intercept readv, preadv, writev, pwritev.
by Evgeniy Stepanov
· 11 years ago
c87f737
[lsan] Fix android build.
by Sergey Matveev
· 11 years ago
ac78d00
Revert to C-style callbacks for iteration over allocator chunks.
by Sergey Matveev
· 11 years ago
c3b30b3
Add cmake rules for building LSan common on Mac OS
by Alexey Samsonov
· 11 years ago
21e024e
[lsan] Try REALLY hard to fix Win build.
by Sergey Matveev
· 11 years ago
2439cd9
[lsan] This time really fix Win build.
by Sergey Matveev
· 11 years ago
ca74cff
[lsan] Fix win build.
by Sergey Matveev
· 11 years ago
ef89d6b
[lsan] Increase allocator space; minor fixes.
by Sergey Matveev
· 11 years ago
200afbd
[asan] Move lsan_disabled out of thread context.
by Sergey Matveev
· 11 years ago
d530d89
[ASan] reimplement strdup() interceptor to get nicer stack traces for memory chunks allocated there
by Alexey Samsonov
· 11 years ago
0797ed4
[msan] Intercept (v)asprintf.
by Evgeniy Stepanov
· 11 years ago
bb881c7
[msan] Add keep_going runtime flag.
by Evgeniy Stepanov
· 11 years ago
18a9189
[ASan] make test for LSan annotations Linux-only for now
by Alexey Samsonov
· 11 years ago
5326ee1
[ASan] Check that ASan user may include and use LSan headers
by Alexey Samsonov
· 11 years ago
bb273d5
[santizer] Disable several EVIOxxx ioctls on older kernels.
by Evgeniy Stepanov
· 11 years ago
48e5420
tsan: fix potential false positive race on fd
by Dmitry Vyukov
· 11 years ago
9b618a7
[asan] Define LSan annotations as no-ops if leak detection is not supported.
by Sergey Matveev
· 11 years ago
851e22a
Fix unused function warning w/o changing compiler flags.
by Evgeniy Stepanov
· 11 years ago
132d51c
[sanitizer] Fix Mac build.
by Evgeniy Stepanov
· 11 years ago
Next »