mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
7b79d38af4
Remove old MSan suppressions (part 4)
14 lines
422 B
Plaintext
14 lines
422 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/*
|
|
|
|
# Hyperscan
|
|
fun:roseRunProgram
|