[PATCH] D54594: Add new interceptors for vis(3) API in NetBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 11:50:32 PST 2018


krytarowski created this revision.
krytarowski added reviewers: vitalybuka, joerg.
krytarowski added a project: Sanitizers.
Herald added subscribers: llvm-commits, kubamracek.

Add interceptors for the NetBSD style of vis(3) present inside libc:

- vis
- nvis
- strvis
- stravis
- strnvis
- strvisx
- strnvisx
- strenvisx
- svis
- strsvis
- strsvisx
- strsnvisx
- strsenvisx

Add a dedicated test verifying the installed interceptors.


Repository:
  rL LLVM

https://reviews.llvm.org/D54594

Files:
  lib/sanitizer_common/sanitizer_common_interceptors.inc
  lib/sanitizer_common/sanitizer_platform_interceptors.h
  lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
  lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
  test/sanitizer_common/TestCases/NetBSD/vis.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54594.174261.patch
Type: text/x-patch
Size: 17033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181115/010cc721/attachment.bin>


More information about the llvm-commits mailing list