aboutsummaryrefslogtreecommitdiff
path: root/projects/lame
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-25 22:14:20 -0700
committerGitHub <noreply@github.com>2021-08-25 22:14:20 -0700
commit390c200c1e85f0a86d205a401a77457f51cb1848 (patch)
treeb292287ae9ea883c6269bc3ca1dcaa8c79cf6c5d /projects/lame
parent370fb73473ca6bcf09b9c9c4c674de15a6ec4573 (diff)
downloadoss-fuzz-390c200c1e85f0a86d205a401a77457f51cb1848.tar.gz
[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/lame')
-rw-r--r--projects/lame/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/lame/project.yaml b/projects/lame/project.yaml
index b6bd38292..630fd7647 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