summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2021-04-30 19:00:09 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-04 17:18:22 +0000
commit5a97994a1bf0aec9fda23387e95103767d551c36 (patch)
tree9554b262d5e671eb8a2fbad00eb48fb5706ffa2b /etc
parentc02a82e18fe3fc3cf9ed76962fe05c22bf376332 (diff)
downloadmongo-5a97994a1bf0aec9fda23387e95103767d551c36.tar.gz
SERVER-56962 Use .denylist suffix for etc/ sanitizer filesbd1f707
Diffstat (limited to 'etc')
-rw-r--r--etc/asan.denylist (renamed from etc/asan.blacklist)0
-rw-r--r--etc/tsan.denylist (renamed from etc/tsan.blacklist)0
-rw-r--r--etc/ubsan.denylist (renamed from etc/ubsan.blacklist)4
3 files changed, 2 insertions, 2 deletions
diff --git a/etc/asan.blacklist b/etc/asan.denylist
index e69de29bb2d..e69de29bb2d 100644
--- a/etc/asan.blacklist
+++ b/etc/asan.denylist
diff --git a/etc/tsan.blacklist b/etc/tsan.denylist
index 7cdefe5e595..7cdefe5e595 100644
--- a/etc/tsan.blacklist
+++ b/etc/tsan.denylist
diff --git a/etc/ubsan.blacklist b/etc/ubsan.denylist
index 9504035bc27..fb4451599ec 100644
--- a/etc/ubsan.blacklist
+++ b/etc/ubsan.denylist
@@ -18,12 +18,12 @@ src:src/third_party/zlib-*/*
# See SERVER-29505.
src:src/third_party/timelib-*/*
-# Blacklisting these functions due to a bug in libstdc++:
+# Denylisting these functions due to a bug in libstdc++:
# http://stackoverflow.com/questions/30122500/is-this-code-really-undefined-as-clang-seems-to-indicate
fun:_ZStaNRSt13_Ios_FmtflagsS_
fun:_ZStanSt13_Ios_FmtflagsS_
-# Blacklisting these functions due to a bug in libstdc++:
+# Denylisting these functions due to a bug in libstdc++:
# Maybe https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60734 or similar
fun:_ZNSt8_Rb_tree*_M_get_insert_hint_unique_posESt23*
fun:_ZNSt8_Rb_tree*_M_insert_I*