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 9719bd128 Prevent recursive MSan interceptors in strftime(3) like functions new 9a797cae1 Teach sanitizer about NetBSD specific ioctl(2) calls
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/sanitizer_common/CMakeLists.txt | 1 + .../sanitizer_common_interceptors.inc | 1 + .../sanitizer_common_interceptors_ioctl.inc | 4 + .../sanitizer_interceptors_ioctl_netbsd.inc | 1491 +++++++++++++++ .../sanitizer_platform_limits_netbsd.cc | 1941 +++++++++++++++++++- .../sanitizer_platform_limits_netbsd.h | 1936 +++++++++++++++++-- utils/generate_netbsd_ioctls.awk | 757 ++++++++ 7 files changed, 5926 insertions(+), 205 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc create mode 100755 utils/generate_netbsd_ioctls.awk