Update msan_suppressions.txt

This commit is contained in:
Alexander Kuzmenkov 2020-03-26 04:40:25 +03:00 committed by GitHub
parent f576cab761
commit d5ada06d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*