aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-09-24 08:04:01 +0300
committerGitHub <noreply@github.com>2021-09-24 15:04:01 +1000
commitaa8740a98acbb850e172dc7fcf32653ca0ce172a (patch)
tree72a5563b8b46ff4b6aa35e57d4b57104edaf7168
parentaecd612127057048ce9f844c58467d63d094ff91 (diff)
downloadoss-fuzz-aa8740a98acbb850e172dc7fcf32653ca0ce172a.tar.gz
[systemd] turn MSAn on (#6514)
Apparently the dependencies aren't used at runtime by the fuzz targets so it seems it should be safe to bring MSAn back. I'd keep https://github.com/systemd/systemd/issues/20542 open though (at least until the dependencies are either linked properly or maybe even removed somehow).
-rw-r--r--projects/systemd/project.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/projects/systemd/project.yaml b/projects/systemd/project.yaml
index 8c4bf79c3..c3eb6b232 100644
--- a/projects/systemd/project.yaml
+++ b/projects/systemd/project.yaml
@@ -5,8 +5,7 @@ builds_per_day: 4
sanitizers:
- address
- undefined
-# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
-# - memory
+ - memory
auto_ccs:
- jonathan@titanous.com
- zbyszek@in.waw.pl
@@ -23,4 +22,4 @@ auto_ccs:
- the.anitazha@gmail.com
- daan.j.demeyer@gmail.com
- luca.boccassi@gmail.com
-main_repo: 'https://github.com/systemd/systemd' \ No newline at end of file
+main_repo: 'https://github.com/systemd/systemd'