mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #15433 from ClickHouse/supress_openssl_race
Suppress race in OpenSSL
This commit is contained in:
commit
89f4fcf4c4
@ -1,2 +1,4 @@
|
||||
# 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
|
||||
race:evp_cipher_cache_constants
|
||||
|
Loading…
Reference in New Issue
Block a user