mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
MemorySanitizer should work now
This commit is contained in:
parent
ba7ab32098
commit
8bf260454e
@ -1,2 +1,10 @@
|
||||
# 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
|
||||
|
||||
# A failure in zlib-ng in 00302_http_compression. Doesn't reproduce locally for me.
|
||||
# Need to reproduce and report upstream, but I just want to enable the MSan already.
|
||||
fun:crc_fold_512to32
|
||||
|
Loading…
Reference in New Issue
Block a user