diff options
author | Kamil Rytarowski <n54@gmx.com> | 2017-12-14 01:20:16 +0000 |
---|---|---|
committer | Kamil Rytarowski <n54@gmx.com> | 2017-12-14 01:20:16 +0000 |
commit | 6c18f027ff9d7b23bf138aed43d48d27b8810852 (patch) | |
tree | e2a2a06232f9382ee6a9088ec14a6e4223bcb222 /compiler-rt/lib/xray/xray_interface.cc | |
parent | 30b013bac86c77a57fef19183d64369ecc59e299 (diff) | |
download | bcm5719-llvm-6c18f027ff9d7b23bf138aed43d48d27b8810852.tar.gz bcm5719-llvm-6c18f027ff9d7b23bf138aed43d48d27b8810852.zip |
Set of corrections for MSan/NetBSD
Summary:
Changes:
- Don't attempt to intercept GLIBC specific functions like __strtol_internal.
This is required to stop intercepting it as we leak dlerror(3) for dlsym(3)
that cannot manage to find a symbol.
- Correct interception of fstatat(2).
- Don't run a test for fgetgrent_r() that is missing on NetBSD.
- Correct link_map location (offset) in Obj_Entry on x86_64 and i386.
- Stop intercepting getpshared-like functions in pthread(3). This is feature
is not enabled by default on NetBSD as it's unfinished.
- Switch intercepting from UTMP to UTMPX functions.
Sponsored by <The NetBSD Foundation>
Reviewers: joerg, vitalybuka, eugenis, kcc
Reviewed By: vitalybuka
Subscribers: llvm-commits, srhines, kubamracek, #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D41053
llvm-svn: 320663
Diffstat (limited to 'compiler-rt/lib/xray/xray_interface.cc')
0 files changed, 0 insertions, 0 deletions