[PATCH] D42630: Add msan interceptors for readlinkat and name_to_handle_at
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 11:48:31 PST 2018
vitalybuka added inline comments.
================
Comment at: lib/msan/msan_interceptors.cc:1050
+ &sanitizer_handle->handle_bytes, sizeof(sanitizer_handle->handle_bytes));
+
+ int res = REAL(name_to_handle_at)(dirfd, pathname, handle, mount_id, flags);
----------------
Maybe intercept open_by_handle_at as well?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42630
More information about the llvm-commits
mailing list