Always try to detect and call internal or real libc symbols instead of
locally installed interceptors.
This covers:
- GetTid()
- TgKill()
- Mmap()
- Munmap()
- Mprotect()
This cherry-picks code from sanitizer_common/sanitizer_netbsd.cc.
Differential D57179
Enhance support for NetBSD in SafeStack krytarowski on Jan 24 2019, 12:15 PM. Authored by
Details Always try to detect and call internal or real libc symbols instead of This covers:
This cherry-picks code from sanitizer_common/sanitizer_netbsd.cc.
Diff Detail
Event Timeline
|
Why do we need weak here?