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 5782af569 [hwasan] Handle missing /proc/self/maps. new c43c6b277 [hwasan] Provide __sanitizer_* aliases to allocator functions.
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/allocator_interface.h | 1 - include/sanitizer/hwasan_interface.h | 15 +++++++++++ lib/hwasan/hwasan_interceptors.cc | 23 +++++++++++++++-- lib/msan/msan_interceptors.cc | 4 +-- .../sanitizer_platform_limits_posix.cc | 2 +- .../sanitizer_platform_limits_posix.h | 4 +-- test/hwasan/TestCases/sanitizer_malloc.cc | 29 ++++++++++++++++++++++ 7 files changed, 70 insertions(+), 8 deletions(-) create mode 100644 test/hwasan/TestCases/sanitizer_malloc.cc