ClickHouse/dbms/tests/msan_suppressions.txt

7 lines
251 B
Plaintext
Raw Normal View History

# 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