aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2021-08-24 15:24:47 -0700
committerGitHub <noreply@github.com>2021-08-24 15:24:47 -0700
commit806d1a06206a5f6d81d5f1dc4949682dbcee30ad (patch)
tree675121ee785c3be604ea51644af0817e0b1f78fd /projects/libreoffice
parentbf1275f0058ed88d916db0863d658a9d09665674 (diff)
downloadoss-fuzz-806d1a06206a5f6d81d5f1dc4949682dbcee30ad.tar.gz
[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/project.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/libreoffice/project.yaml b/projects/libreoffice/project.yaml
index 4b31a40ed..aaf4d89db 100644
--- a/projects/libreoffice/project.yaml
+++ b/projects/libreoffice/project.yaml
@@ -3,8 +3,9 @@ language: c++
primary_contact: "caolanm@redhat.com"
sanitizers:
- address
- - memory:
- experimental: True
+ # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
+ # - memory
+ # experimental: True
- undefined
fuzzing_engines:
# see https://github.com/google/oss-fuzz/issues/6233 for missing afl