aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/lame/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/lame/project.yaml')
-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 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