tsan: disable one more interceptor that causes recursion

llvm-svn: 186497
This commit is contained in:
Dmitry Vyukov 2013-07-17 07:10:47 +00:00
parent 55475d448b
commit c2e4e95580
1 changed files with 1 additions and 0 deletions

View File

@ -1793,6 +1793,7 @@ struct TsanInterceptorContext {
#undef SANITIZER_INTERCEPT_GETPWNAM_R_AND_FRIENDS
// Causes interceptor recursion (getaddrinfo() and fopen())
#undef SANITIZER_INTERCEPT_GETADDRINFO
#undef SANITIZER_INTERCEPT_GETNAMEINFO
// Causes interceptor recursion (glob64() calls lstat64())
#undef SANITIZER_INTERCEPT_GLOB