mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
19 lines
538 B
Plaintext
19 lines
538 B
Plaintext
# https://github.com/google/oss-fuzz/issues/1099
|
|
fun:__gxx_personality_*
|
|
|
|
# We apply std::tolower to uninitialized padding, but don't use the result, so
|
|
# it is OK. Reproduce with "select ngramDistanceCaseInsensitive(materialize(''), '')"
|
|
fun:tolower
|
|
|
|
# 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/simdjson/*
|
|
src:*/contrib/lz4/*
|
|
|
|
# Hyperscan
|
|
fun:roseRunProgram
|
|
|
|
# mariadbclient, NSS functions from libc
|
|
fun:_nss_files_parse_servent
|