mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update msan_suppressions.txt
This commit is contained in:
parent
f576cab761
commit
d5ada06d7f
@ -13,3 +13,10 @@ fun:BN_add_word
|
||||
fun:bn_div_fixed_top
|
||||
fun:bn_mul_words
|
||||
fun:BN_cmp
|
||||
|
||||
# Suppress some failures in contrib so that we can enable MSan in CI.
|
||||
# Ideally, we should report these upstream.
|
||||
src:*/contrib/zlib-ng/*
|
||||
src:*/contrib/openssl/*
|
||||
src:*/contrib/simdjson/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user