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 89b1efade [libFuzzer] Include FuzzedDataProvider.h in the test without [...] new 0e5e92c2f hwasan: Improve precision of checks using short granule tags.
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.cpp | 79 ++++++----------- lib/hwasan/hwasan_checks.h | 33 +++++++- lib/hwasan/hwasan_flags.inc | 26 ------ lib/hwasan/hwasan_report.cpp | 122 +++++++++++++++++---------- lib/hwasan/hwasan_report.h | 2 +- test/hwasan/TestCases/heap-buffer-overflow.c | 37 +++----- test/hwasan/TestCases/random-align-right.c | 35 -------- test/hwasan/TestCases/stack-oob.c | 3 +- test/hwasan/TestCases/tail-magic.c | 16 ++-- 9 files changed, 162 insertions(+), 191 deletions(-) delete mode 100644 test/hwasan/TestCases/random-align-right.c