From 9e02032e4f0eb20bb70d8ff56428a7de7ef62359 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 16 Jan 2023 08:51:04 +0000 Subject: [PATCH] [systemd] bring centipede explicitly Looks like until https://github.com/google/oss-fuzz/pull/9427 is merged it should be specified explicitly. --- projects/systemd/project.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/systemd/project.yaml b/projects/systemd/project.yaml index bd7bc6c9c7fe..c322d2d4e560 100644 --- a/projects/systemd/project.yaml +++ b/projects/systemd/project.yaml @@ -27,3 +27,8 @@ architectures: - x86_64 - i386 file_github_issue: True +fuzzing_engines: + - libfuzzer + - afl + - honggfuzz + - centipede