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 8db4dac52 Update the ioctl(2) list in sanitizers with NetBSD 8.99.34 new 5da976d2f [sanitizer] Decorate /proc/self/maps better.
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/cfi/cfi.cc | 2 +- lib/hwasan/hwasan.cc | 8 +- .../sanitizer_allocator_primary64.h | 19 +++-- lib/sanitizer_common/sanitizer_common.h | 9 ++- lib/sanitizer_common/sanitizer_flags.inc | 6 +- lib/sanitizer_common/sanitizer_posix.cc | 87 ++++++++++++++++------ lib/sanitizer_common/sanitizer_posix.h | 12 +++ lib/sanitizer_common/sanitizer_posix_libcdep.cc | 61 ++++----------- lib/sanitizer_common/sanitizer_win.cc | 4 +- test/hwasan/TestCases/Linux/decorate-proc-maps.c | 59 +++++++++++++++ 10 files changed, 174 insertions(+), 93 deletions(-) create mode 100644 test/hwasan/TestCases/Linux/decorate-proc-maps.c