[PATCH] D56268: [Sanitizer] Intercept fdevname on FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 3 14:26:53 PST 2019
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:9352
+INTERCEPTOR(char *, fdevname, int fd) {
+ void *ctx;
+ COMMON_INTERCEPTOR_ENTER(ctx, fdevname, fd);
----------------
Looks like missing `COMMON_INTERCEPTOR_FD_ACCESS` and other functions in both interceptors.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56268/new/
https://reviews.llvm.org/D56268
More information about the llvm-commits
mailing list