2019-12-12 18:28:58 +00:00
|
|
|
# https://github.com/google/oss-fuzz/issues/1099
|
|
|
|
fun:__gxx_personality_*
|
2020-01-22 16:08:13 +00:00
|
|
|
|
|
|
|
# We apply std::tolower to uninitialized padding, but don't use the result, so
|
|
|
|
# it is OK. Reproduce with "select ngramDistanceCaseInsensitive(materialize(''), '')"
|
|
|
|
fun:tolower
|
2020-03-08 09:32:22 +00:00
|
|
|
|
|
|
|
# May be it's not OK, but suppress it to run other tests
|
|
|
|
# Some functions in OpenSSL:
|
|
|
|
fun:probable_prime
|
|
|
|
fun:BN_bin2bn
|
|
|
|
fun:BN_add_word
|
|
|
|
fun:bn_div_fixed_top
|
|
|
|
fun:bn_mul_words
|
|
|
|
fun:BN_cmp
|
2020-03-26 01:40:25 +00:00
|
|
|
|
|
|
|
# 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/*
|
2020-03-26 09:59:25 +00:00
|
|
|
src:*/contrib/lz4/*
|
2020-03-26 01:40:25 +00:00
|
|
|
|
2020-06-19 19:28:49 +00:00
|
|
|
# Hyperscan
|
|
|
|
fun:roseRunProgram
|
|
|
|
|
2020-05-11 04:37:30 +00:00
|
|
|
# mariadbclient, NSS functions from libc
|
|
|
|
fun:_nss_files_parse_servent
|