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 bdd3a3bda [hwasan] fix the linux-only pthread_create interceptor and re [...] new c5ef5718e [hwasan] make malloc(0) return nullptr, add basic address des [...]
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: lib/hwasan/hwasan_allocator.cc | 1 + lib/hwasan/hwasan_report.cc | 6 ++++++ test/hwasan/TestCases/malloc-test.c | 13 +++++++++++++ test/hwasan/TestCases/realloc-test.cc | 2 ++ test/hwasan/TestCases/stack-oob.cc | 2 +- test/hwasan/TestCases/stack-uar.cc | 2 +- 6 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 test/hwasan/TestCases/malloc-test.c