aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkoryabkin <koryabkin@yandex-team.com>2023-10-31 19:54:14 +0300
committerkoryabkin <koryabkin@yandex-team.com>2023-10-31 20:11:00 +0300
commitf44f6fcd9e32211d2e98d19d9ff6e250c69bb8af (patch)
tree34ae314a3fae7dd3161f6e598e83190d0f68240e
parent870a2c8622915bc8680a021d304afb6b8c2bfe25 (diff)
downloadydb-f44f6fcd9e32211d2e98d19d9ff6e250c69bb8af.tar.gz
Exclude matplotlib internals from sanitizers (no longer breaks checks on clang16)
-rw-r--r--build/sanitize-blacklist.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/sanitize-blacklist.txt b/build/sanitize-blacklist.txt
index c1fb5e539f..b8e6ddbfd4 100644
--- a/build/sanitize-blacklist.txt
+++ b/build/sanitize-blacklist.txt
@@ -2,3 +2,7 @@ src:*contrib/tools/python/src*
src:*contrib/tools/python3/src*
src:*contrib/libs/luajit*
type:std::__*::locale::id=init
+
+# DTCC-1913: issues use-of-uninitialized-value on msan on Clang16
+src:*contrib/python/matplotlib/py2/src/*
+src:*contrib/python/matplotlib/py3/src/*