This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from ba4bcb373 [scudo] Remove GetActuallyAllocatedSize calls from the fast path new 4491af204 Define a suppression for known leaks on pthread_exit call. new b1a6993d2 Define standard suppressions for LSan, start with this one. new 8be3b0470 [asan] Optimize strchr for strict_string_checks=false new 90b4b2c3c make detect_leaks=1 the default for the lsan test suite
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/tests/asan_test_main.cc | 9 ++---- lib/lsan/lsan_common.cc | 9 ++++++ .../sanitizer_common_interceptors.inc | 22 ++++++------- lib/sanitizer_common/sanitizer_platform.h | 11 +++++++ test/asan/TestCases/Posix/strchr.c | 36 ++++++++++++++++++++++ test/lsan/TestCases/Linux/use_tls_dynamic.cc | 2 +- .../Linux/use_tls_pthread_specific_dynamic.cc | 2 +- .../Linux/use_tls_pthread_specific_static.cc | 2 +- test/lsan/TestCases/Linux/use_tls_static.cc | 2 +- test/lsan/TestCases/disabler.cc | 2 +- test/lsan/TestCases/do_leak_check_override.cc | 2 +- test/lsan/TestCases/high_allocator_contention.cc | 2 +- test/lsan/TestCases/large_allocation_leak.cc | 2 +- test/lsan/TestCases/leak_check_at_exit.cc | 2 +- test/lsan/TestCases/link_turned_off.cc | 2 +- test/lsan/TestCases/pointer_to_self.cc | 2 +- test/lsan/TestCases/print_suppressions.cc | 2 +- test/lsan/TestCases/recoverable_leak_check.cc | 2 +- test/lsan/TestCases/register_root_region.cc | 2 +- test/lsan/TestCases/stale_stack_leak.cc | 2 +- test/lsan/TestCases/suppressions_default.cc | 2 +- test/lsan/TestCases/suppressions_file.cc | 2 +- test/lsan/TestCases/swapcontext.cc | 5 ++- test/lsan/TestCases/use_after_return.cc | 2 +- test/lsan/TestCases/use_globals_initialized.cc | 2 +- test/lsan/TestCases/use_globals_uninitialized.cc | 2 +- test/lsan/TestCases/use_poisoned_asan.cc | 2 +- test/lsan/TestCases/use_registers.cc | 2 +- test/lsan/TestCases/use_stacks.cc | 2 +- test/lsan/TestCases/use_stacks_threaded.cc | 2 +- test/lsan/TestCases/use_unaligned.cc | 2 +- test/lsan/lit.common.cfg | 4 +-- 32 files changed, 97 insertions(+), 49 deletions(-) create mode 100644 test/asan/TestCases/Posix/strchr.c