mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
3b770d8b1b
* try run tests * try fix build * try enable other libraries * suppress some msan warnings * Update msan_suppressions.txt * Update msan_suppressions.txt * use function names in suppressions list * update submodule
16 lines
436 B
Plaintext
16 lines
436 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
|
|
|
|
# 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
|