[PATCH] D56268: [Sanitizer] Intercept fdevname on FreeBSD

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 5 14:52:43 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);
----------------
krytarowski wrote:
> Looks like missing `COMMON_INTERCEPTOR_FD_ACCESS` and other functions in both interceptors.
This is still incomplete.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56268/new/

https://reviews.llvm.org/D56268





More information about the llvm-commits mailing list