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 99cc7ea [tsan] Fix the lit expansion of %deflake not to eat a space new 870051a [sanitizers] Get the proper printf/scanf version when long do [...] new b90241c [asan] Provide bug descriptions for all reports (not just Err [...]
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_errors.cc | 47 +++++++++++----------- lib/asan/asan_errors.h | 18 +++++++-- lib/asan/asan_report.cc | 12 +++--- .../sanitizer_common_interceptors.inc | 32 +++++++-------- test/asan/TestCases/debug_double_free.cc | 32 +++++++++++++++ test/sanitizer_common/TestCases/printf-ldbl.c | 13 ++++++ .../TestCases/{strcspn.c => scanf-ldbl.c} | 10 ++--- 7 files changed, 112 insertions(+), 52 deletions(-) create mode 100644 test/asan/TestCases/debug_double_free.cc create mode 100644 test/sanitizer_common/TestCases/printf-ldbl.c copy test/sanitizer_common/TestCases/{strcspn.c => scanf-ldbl.c} (52%)