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 16cd8b12c Add NetBSD improvements in sanitizers new 00b604240 [Sanitizers] ASan: detect new/delete calls with mismatched al [...] new e625e66b7 [sanitizer] Random shuffling of chunks for the 32-bit Primary [...]
The 2 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/asan/asan_allocator.cc | 54 +++++-- lib/asan/asan_allocator.h | 5 +- lib/asan/asan_descriptions.cc | 1 + lib/asan/asan_descriptions.h | 1 + lib/asan/asan_errors.cc | 28 +++- lib/asan/asan_errors.h | 16 +- lib/asan/asan_new_delete.cc | 102 ++++++------- lib/asan/asan_report.cc | 7 +- lib/asan/asan_report.h | 3 +- lib/sanitizer_common/sanitizer_allocator.h | 13 ++ .../sanitizer_allocator_primary32.h | 54 +++++-- .../sanitizer_allocator_primary64.h | 18 +-- test/asan/TestCases/Linux/aligned_delete_test.cc | 168 +++++++++++++++++++++ test/scudo/random_shuffle.cpp | 2 - 14 files changed, 359 insertions(+), 113 deletions(-) create mode 100644 test/asan/TestCases/Linux/aligned_delete_test.cc