aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/systemd
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:20 -0700
committerGravatar GitHub <noreply@github.com>2021-08-25 22:14:20 -0700
commit390c200c1e85f0a86d205a401a77457f51cb1848 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/systemd
parent370fb73473ca6bcf09b9c9c4c674de15a6ec4573 (diff)
[Ubuntu upgrade] Disable MSAN in projects that will have false positives. (#6303)
Do this based mostly on instrumented_libraries and more tests. Related: #6180
Diffstat (limited to 'projects/systemd')
-rw-r--r--projects/systemd/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/systemd/project.yaml b/projects/systemd/project.yaml
index c3eb6b23..8c4bf79c 100644
--- a/projects/systemd/project.yaml
+++ b/projects/systemd/project.yaml
@@ -5,7 +5,8 @@ builds_per_day: 4
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
auto_ccs:
- jonathan@titanous.com
- zbyszek@in.waw.pl
@@ -22,4 +23,4 @@ auto_ccs:
- the.anitazha@gmail.com
- daan.j.demeyer@gmail.com
- luca.boccassi@gmail.com
-main_repo: 'https://github.com/systemd/systemd'
+main_repo: 'https://github.com/systemd/systemd' \ No newline at end of file