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 6cd423889 [libFuzzer] Add --dump-input-on-failure to help diagnose AArc [...] new cfcbff0d7 [sanitizer] Implement reallocarray.
The 1 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: include/sanitizer/hwasan_interface.h | 1 + lib/asan/asan_allocator.cc | 11 +++++++++++ lib/asan/asan_allocator.h | 2 ++ lib/asan/asan_errors.cc | 13 ++++++++++++ lib/asan/asan_errors.h | 16 +++++++++++++++ lib/asan/asan_malloc_linux.cc | 8 ++++++++ lib/asan/asan_report.cc | 7 +++++++ lib/asan/asan_report.h | 2 ++ lib/hwasan/hwasan.h | 1 + lib/hwasan/hwasan_allocator.cpp | 10 ++++++++++ lib/hwasan/hwasan_interceptors.cpp | 6 ++++++ lib/hwasan/hwasan_interface_internal.h | 3 +++ lib/lsan/lsan_allocator.cc | 11 +++++++++++ lib/lsan/lsan_allocator.h | 2 ++ lib/lsan/lsan_interceptors.cc | 6 ++++++ lib/msan/msan.h | 1 + lib/msan/msan_allocator.cc | 10 ++++++++++ lib/msan/msan_interceptors.cc | 6 ++++++ lib/sanitizer_common/sanitizer_allocator.cc | 12 +++++++++++ .../sanitizer_allocator_internal.h | 4 +++- lib/sanitizer_common/sanitizer_allocator_report.cc | 12 +++++++++++ lib/sanitizer_common/sanitizer_allocator_report.h | 2 ++ .../sanitizer_platform_interceptors.h | 1 + lib/tsan/rtl/tsan_interceptors.cc | 14 +++++++++++++ lib/tsan/rtl/tsan_mman.cc | 10 ++++++++++ lib/tsan/rtl/tsan_mman.h | 1 + test/hwasan/TestCases/realloc-test.cc | 23 ++++++++++++++-------- test/hwasan/TestCases/sanitizer_malloc.cc | 1 + test/hwasan/TestCases/sizes.cpp | 9 +++++++++ .../TestCases/reallocarray-overflow.cc | 19 ++++++++++++++++++ 30 files changed, 215 insertions(+), 9 deletions(-) create mode 100644 test/sanitizer_common/TestCases/reallocarray-overflow.cc