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 e82ed9abe [Sanitizers] Changes in Hwasan allocator missed in D42198. new e52e2db35 Add new interceptors for pwcache(3)-style functions
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: .../sanitizer_common_interceptors.inc | 68 ++++++++++++++++++++++ .../sanitizer_platform_interceptors.h | 4 ++ .../TestCases/NetBSD/gid_from_group.cc | 16 +++++ .../TestCases/NetBSD/group_from_gid.cc | 17 ++++++ .../TestCases/NetBSD/uid_from_user.cc | 16 +++++ .../TestCases/NetBSD/user_from_uid.cc | 17 ++++++ 6 files changed, 138 insertions(+) create mode 100644 test/sanitizer_common/TestCases/NetBSD/gid_from_group.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/group_from_gid.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/uid_from_user.cc create mode 100644 test/sanitizer_common/TestCases/NetBSD/user_from_uid.cc