This commit is contained in:
Alexander Tokmakov 2021-01-16 22:56:07 +03:00
parent 588d9f0a56
commit e57e242482
3 changed files with 3 additions and 5 deletions

View File

@ -118,7 +118,7 @@ TRAP(logout)
TRAP(logwtmp)
TRAP(lrand48)
TRAP(mallinfo)
TRAP(mallopt)
//TRAP(mallopt) // Used by tsan
TRAP(mblen)
TRAP(mbrlen)
TRAP(mbrtowc)
@ -193,7 +193,7 @@ TRAP(dbm_nextkey)
TRAP(dbm_open)
TRAP(dbm_store)
TRAP(dirname)
TRAP(dlerror)
//TRAP(dlerror) // Used by tsan
TRAP(ftw)
TRAP(getc_unlocked)
//TRAP(getenv) // Ok at program startup

2
contrib/cassandra vendored

@ -1 +1 @@
Subproject commit fbbd9fc4c634e9daad24714cd03cb390615d85ed
Subproject commit 2935f6f15fea889899750560aa6331e9119e9dd0

View File

@ -1,4 +1,2 @@
# looks like a bug in clang-11 thread sanitizer, detects normal data race with random FD in this method
race:DB::LazyPipeFDs::close
# races in openSSL https://github.com/openssl/openssl/issues/11974
fun:evp_cipher_cache_constants