[PATCH] D18465: [sanitizer] Add memset, memmove, and memcpy to the common interceptors
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 24 17:06:50 PDT 2016
eugenis added inline comments.
================
Comment at: lib/tsan/rtl/tsan_interceptors.cc:673
@@ -672,3 @@
- // On FreeBSD we get here from libthr internals on thread initialization.
- if (!COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED) {
- SCOPED_TSAN_INTERCEPTOR(memset, dst, v, size);
----------------
Looks like you've lost COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED check in the common interceptor.
http://reviews.llvm.org/D18465
More information about the llvm-commits
mailing list