[PATCH] D42630: Add msan interceptors for readlinkat and name_to_handle_at

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 11:02:14 PST 2018


eugenis 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) {
----------------
krytarowski wrote:
> Can push this interceptor to the generic code for all sanitizers?
Ideally, both interceptors should be in sanitizer_common.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42630





More information about the llvm-commits mailing list