[PATCH] D19411: [esan] EfficiencySanitizer libc interceptors

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 13:32:48 PDT 2016


aizatsky added inline comments.

================
Comment at: lib/esan/esan_interceptors.cpp:177
@@ +176,3 @@
+#if SANITIZER_LINUX && !SANITIZER_ANDROID
+INTERCEPTOR(int, stat64, const char *path, void *buf) {
+  void *ctx;
----------------
should xstat64, lstat, lstat64 interceptors be structured the same way as stat?


http://reviews.llvm.org/D19411





More information about the llvm-commits mailing list