[PATCH] D42630: Add msan interceptors for readlinkat and name_to_handle_at
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 01:32:42 PST 2018
krytarowski added inline comments.
================
Comment at: lib/msan/msan_interceptors.cc:150
+INTERCEPTOR(SSIZE_T, readlinkat, int dirfd, const char *path, char *buf,
+ SIZE_T bufsiz) {
----------------
Can push this interceptor to the generic code for all sanitizers?
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42630
More information about the llvm-commits
mailing list