aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-27 15:34:17 +0100
committerGitHub <noreply@github.com>2021-08-27 07:34:17 -0700
commit41a8efc92511e490b08d67e3e720196fa5bde4cb (patch)
treefec1613e998b8831bc0795ae1feb0453422d9d3d /projects/libreoffice
parent8e36398e8109f83a355b5966a312e7fcc47ef67f (diff)
downloadoss-fuzz-41a8efc92511e490b08d67e3e720196fa5bde4cb.tar.gz
[libreoffice] reenable msan (experimentally) after Ubuntu upgrade (#6333)
check_build on new baseline, i.e. python infra/helper.py build_image libreoffice python infra/helper.py build_fuzzers --sanitizer memory libreoffice python infra/helper.py check_build --sanitizer memory libreoffice
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/project.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/libreoffice/project.yaml b/projects/libreoffice/project.yaml
index aaf4d89db..43542a990 100644
--- a/projects/libreoffice/project.yaml
+++ b/projects/libreoffice/project.yaml
@@ -3,9 +3,8 @@ language: c++
primary_contact: "caolanm@redhat.com"
sanitizers:
- address
- # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
- # - memory
- # experimental: True
+ - memory:
+ experimental: True
- undefined
fuzzing_engines:
# see https://github.com/google/oss-fuzz/issues/6233 for missing afl