summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2017-06-18 10:52:07 -0400
committerJonathan Reams <jbreams@mongodb.com>2017-06-19 15:34:20 -0400
commit23448ff43566c1bba51680d4b17221374e6a74f1 (patch)
treecc5cc8e925823d2c976c1e62354cdf63f00d8f2a /etc
parentb05d8d23aeaf87c728cfbfc7ba050536d845e808 (diff)
downloadmongo-23448ff43566c1bba51680d4b17221374e6a74f1.tar.gz
SERVER-29403 Always do async accepts and fix solaris build
Diffstat (limited to 'etc')
-rw-r--r--etc/ubsan.blacklist2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ubsan.blacklist b/etc/ubsan.blacklist
index f9cab51a186..7fa924d4698 100644
--- a/etc/ubsan.blacklist
+++ b/etc/ubsan.blacklist
@@ -1,6 +1,6 @@
# Don't UBSAN most of third_party, but do ubsan WT
src:src/third_party/IntelRDFPMathLib20U1/*
-src:src/third_party/asio-asio-*/*
+src:src/third_party/asio-*/*
src:src/third_party/boost-*/*
src:src/third_party/gperftools-*/*
src:src/third_party/icu4c-*/*