aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/hostap/project.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/hostap/project.yaml')
-rw-r--r--projects/hostap/project.yaml5
1 files changed, 3 insertions, 2 deletions
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