Skip to content

Commit

Permalink
ci: sync CFLite with OSS-Fuzz
Browse files Browse the repository at this point in the history
It's a follow-up to google/oss-fuzz#7395
  • Loading branch information
evverx committed Apr 23, 2022
1 parent fe5d16e commit cb114d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb114d4

Please sign in to comment.