aboutsummaryrefslogtreecommitdiffhomepage
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
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
-rw-r--r--projects/casync/project.yaml5
-rw-r--r--projects/cpython3/project.yaml5
-rw-r--r--projects/hostap/project.yaml5
-rw-r--r--projects/kcodecs/project.yaml2
-rw-r--r--projects/lame/project.yaml5
-rw-r--r--projects/libfido2/project.yaml5
-rw-r--r--projects/libhtp/project.yaml5
-rw-r--r--projects/libpng/project.yaml5
-rw-r--r--projects/libssh/project.yaml2
-rw-r--r--projects/libzip/project.yaml5
-rw-r--r--projects/openvswitch/project.yaml5
-rw-r--r--projects/suricata/project.yaml5
-rw-r--r--projects/systemd/project.yaml5
-rw-r--r--projects/tpm2-tss/project.yaml5
14 files changed, 38 insertions, 26 deletions
diff --git a/projects/casync/project.yaml b/projects/casync/project.yaml
index e2d38b87..e664b047 100644
--- a/projects/casync/project.yaml
+++ b/projects/casync/project.yaml
@@ -4,9 +4,10 @@ primary_contact: "lennart@poettering.net"
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
auto_ccs:
- zbyszek@in.waw.pl
- poettering@gmail.com
- fsumsal@redhat.com
-main_repo: 'https://github.com/systemd/casync'
+main_repo: 'https://github.com/systemd/casync' \ No newline at end of file
diff --git a/projects/cpython3/project.yaml b/projects/cpython3/project.yaml
index 7edfd24b..e454e36c 100644
--- a/projects/cpython3/project.yaml
+++ b/projects/cpython3/project.yaml
@@ -6,5 +6,6 @@ auto_ccs:
- "ammar@ammaraskar.com"
sanitizers:
- address
- - memory
- - undefined
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
+ - undefined \ No newline at end of file
diff --git a/projects/hostap/project.yaml b/projects/hostap/project.yaml
index db978e15..9d95c6e2 100644
--- a/projects/hostap/project.yaml
+++ b/projects/hostap/project.yaml
@@ -11,9 +11,10 @@ fuzzing_engines:
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- dataflow
architectures:
- x86_64
- i386
-main_repo: 'git://w1.fi/srv/git/hostap.git'
+main_repo: 'git://w1.fi/srv/git/hostap.git' \ No newline at end of file
diff --git a/projects/kcodecs/project.yaml b/projects/kcodecs/project.yaml
index 4784eaea..b698f632 100644
--- a/projects/kcodecs/project.yaml
+++ b/projects/kcodecs/project.yaml
@@ -6,4 +6,4 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
-main_repo: 'https://invent.kde.org/frameworks/kcodecs.git'
+main_repo: 'https://invent.kde.org/frameworks/kcodecs.git' \ No newline at end of file
diff --git a/projects/lame/project.yaml b/projects/lame/project.yaml
index b6bd3829..630fd764 100644
--- a/projects/lame/project.yaml
+++ b/projects/lame/project.yaml
@@ -5,7 +5,8 @@ auto_ccs:
- "bouvigne@gmail.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
architectures:
- x86_64
- - i386
+ - i386 \ No newline at end of file
diff --git a/projects/libfido2/project.yaml b/projects/libfido2/project.yaml
index 5a351a07..d335eea9 100644
--- a/projects/libfido2/project.yaml
+++ b/projects/libfido2/project.yaml
@@ -9,7 +9,8 @@ auto_ccs:
sanitizers:
- address
- undefined
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
fuzzing_engines:
- libfuzzer
-main_repo: 'https://github.com/Yubico/libfido2'
+main_repo: 'https://github.com/Yubico/libfido2' \ No newline at end of file
diff --git a/projects/libhtp/project.yaml b/projects/libhtp/project.yaml
index 3b861d5b..753887a2 100644
--- a/projects/libhtp/project.yaml
+++ b/projects/libhtp/project.yaml
@@ -7,6 +7,7 @@ auto_ccs :
sanitizers:
- address
-- memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/OISF/libhtp.git'
+main_repo: 'https://github.com/OISF/libhtp.git' \ No newline at end of file
diff --git a/projects/libpng/project.yaml b/projects/libpng/project.yaml
index 66b280b4..1e9d786a 100644
--- a/projects/libpng/project.yaml
+++ b/projects/libpng/project.yaml
@@ -7,6 +7,7 @@ vendor_ccs:
- "twsmith@mozilla.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/glennrp/libpng.git'
+main_repo: 'https://github.com/glennrp/libpng.git' \ No newline at end of file
diff --git a/projects/libssh/project.yaml b/projects/libssh/project.yaml
index 12166e1c..7cb24c4b 100644
--- a/projects/libssh/project.yaml
+++ b/projects/libssh/project.yaml
@@ -10,4 +10,4 @@ sanitizers:
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
-main_repo: 'https://git.libssh.org/projects/libssh.git'
+main_repo: 'https://git.libssh.org/projects/libssh.git' \ No newline at end of file
diff --git a/projects/libzip/project.yaml b/projects/libzip/project.yaml
index 2743d394..916b01ad 100644
--- a/projects/libzip/project.yaml
+++ b/projects/libzip/project.yaml
@@ -6,5 +6,6 @@ auto_ccs:
sanitizers:
- address
- undefined
- - memory
-main_repo: 'https://github.com/nih-at/libzip.git'
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
+main_repo: 'https://github.com/nih-at/libzip.git' \ No newline at end of file
diff --git a/projects/openvswitch/project.yaml b/projects/openvswitch/project.yaml
index 4ee3e96a..5a25f13b 100644
--- a/projects/openvswitch/project.yaml
+++ b/projects/openvswitch/project.yaml
@@ -11,6 +11,7 @@ auto_ccs:
- "ilya.maximets@gmail.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/openvswitch/ovs.git'
+main_repo: 'https://github.com/openvswitch/ovs.git' \ No newline at end of file
diff --git a/projects/suricata/project.yaml b/projects/suricata/project.yaml
index 3babd8f6..e5559158 100644
--- a/projects/suricata/project.yaml
+++ b/projects/suricata/project.yaml
@@ -6,6 +6,7 @@ auto_ccs:
- "p.antoine@catenacyber.fr"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/OISF/suricata.git'
+main_repo: 'https://github.com/OISF/suricata.git' \ No newline at end of file
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
diff --git a/projects/tpm2-tss/project.yaml b/projects/tpm2-tss/project.yaml
index 438e11cf..7ac01a96 100644
--- a/projects/tpm2-tss/project.yaml
+++ b/projects/tpm2-tss/project.yaml
@@ -6,6 +6,7 @@ auto_ccs:
- "tstruk@gmail.com"
sanitizers:
- address
- - memory
+# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+# - memory
- undefined
-main_repo: 'https://github.com/tstruk/tpm2-tss.git'
+main_repo: 'https://github.com/tstruk/tpm2-tss.git' \ No newline at end of file