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 70aabe094 [asan] Fix a false positive ODR violation due to LTO Constant [...] new 7332f89ac [asan] Fix bug where suppression of overlapping accesses was [...]
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/asan/asan_interceptors_memintrinsics.h | 25 ++++++++++------ test/asan/TestCases/strcat-overlap.cc | 46 ++++++++++++++++++++++++++++++ test/asan/TestCases/strcpy-overlap.cc | 46 ++++++++++++++++++++++++++++++ test/asan/TestCases/strncat-overlap.cc | 46 ++++++++++++++++++++++++++++++ test/asan/TestCases/strncpy-overlap.cc | 46 ++++++++++++++++++++++++++++++ 5 files changed, 200 insertions(+), 9 deletions(-) create mode 100644 test/asan/TestCases/strcat-overlap.cc create mode 100644 test/asan/TestCases/strcpy-overlap.cc create mode 100644 test/asan/TestCases/strncat-overlap.cc create mode 100644 test/asan/TestCases/strncpy-overlap.cc