Skip to content

Commit cb114d4

Browse files
committed
ci: sync CFLite with OSS-Fuzz
It's a follow-up to google/oss-fuzz#7395
1 parent fe5d16e commit cb114d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ COPY . $SRC/elfutils
55
RUN git clone --depth 1 https://github.com/google/oss-fuzz && \
66
cp oss-fuzz/projects/elfutils/build.sh $SRC/ && \
77
cp oss-fuzz/projects/elfutils/fuzz-dwfl-core.c $SRC/ && \
8+
cp oss-fuzz/projects/elfutils/fuzz-libdwfl.c $SRC/ && \
9+
cp oss-fuzz/projects/elfutils/fuzz-libelf.c $SRC/ && \
810
cp oss-fuzz/projects/elfutils/fuzz-dwfl-core_seed_corpus.zip $SRC/
911
WORKDIR elfutils

0 commit comments

Comments
 (0)