From 43a50854bc24b626d35551a34e3a17b29bc0f648 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 21 Mar 2022 05:17:23 +0000 Subject: [PATCH] ci: sync CFLite with OSS-Fuzz It's a follow-up to https://github.com/google/oss-fuzz/pull/7395 --- .clusterfuzzlite/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index cd8143ce..721202f6 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -5,5 +5,7 @@ COPY . $SRC/elfutils RUN git clone --depth 1 https://github.com/google/oss-fuzz && \ cp oss-fuzz/projects/elfutils/build.sh $SRC/ && \ cp oss-fuzz/projects/elfutils/fuzz-dwfl-core.c $SRC/ && \ + cp oss-fuzz/projects/elfutils/fuzz-libdwfl.c $SRC/ && \ + cp oss-fuzz/projects/elfutils/fuzz-libelf.c $SRC/ && \ cp oss-fuzz/projects/elfutils/fuzz-dwfl-core_seed_corpus.zip $SRC/ WORKDIR elfutils