summaryrefslogtreecommitdiff
path: root/etc/ubsan.blacklist
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-10-01 23:08:28 -0400
committerAndrew Morrow <acm@mongodb.com>2015-10-19 17:10:35 -0400
commitb0c0ab7f4db9ca01e15baa3ae39246f18017524c (patch)
tree719334f5711318f335e9d399c209c549f3d4c2ee /etc/ubsan.blacklist
parent670a573c2656d3f739deec5760bab7bf3efcca93 (diff)
downloadmongo-b0c0ab7f4db9ca01e15baa3ae39246f18017524c.tar.gz
SERVER-20974 Improve undefined behavior sanitizer integration
Diffstat (limited to 'etc/ubsan.blacklist')
-rw-r--r--etc/ubsan.blacklist17
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/ubsan.blacklist b/etc/ubsan.blacklist
index abd687e1564..40791da4bfe 100644
--- a/etc/ubsan.blacklist
+++ b/etc/ubsan.blacklist
@@ -1 +1,16 @@
-src:src/third_party/*
+# Don't UBSAN most of third_party, but do ubsan WT
+src:src/third_party/IntelRDFPMathLib20U1/*
+src:src/third_party/asio-asio-1-11-0/*
+src:src/third_party/boost-1.56.0/*
+src:src/third_party/gperftools-2.2/*
+src:src/third_party/libstemmer_c/*
+src:src/third_party/mozjs-38/*
+src:src/third_party/murmurhash3/*
+src:src/third_party/pcre-8.36/*
+src:src/third_party/pcre-8.37/*
+src:src/third_party/s2/*
+src:src/third_party/snappy-1.1.2/*
+src:src/third_party/tz/*
+src:src/third_party/unicode-8.0.0/*
+src:src/third_party/yaml-cpp-0.5.1/*
+src:src/third_party/zlib-1.2.8/*