[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 16:28: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) {
----------------
oliverchang wrote:
> eugenis wrote:
> > krytarowski wrote:
> > > Can push this interceptor to the generic code for all sanitizers?
> > Ideally, both interceptors should be in sanitizer_common.
> Done, but I'm not sure where to move the tests (if I need to add all).
`compiler-rt/test/sanitizer_common/`


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42630





More information about the llvm-commits mailing list