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 3775d228a [sanitizer] Don't call task_for_pid(mach_task_self). NFC. new aa0393ed6 [hwasan] implement detection of double-free (invalid-free)
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 | 13 ++++++- lib/hwasan/hwasan_report.cc | 71 ++++++++++++++++++++++++++----------- lib/hwasan/hwasan_report.h | 1 + test/hwasan/TestCases/double-free.c | 23 ++++++++++++ 4 files changed, 87 insertions(+), 21 deletions(-) create mode 100644 test/hwasan/TestCases/double-free.c