We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5d16e commit cb114d4Copy full SHA for cb114d4
.clusterfuzzlite/Dockerfile
@@ -5,5 +5,7 @@ COPY . $SRC/elfutils
5
RUN git clone --depth 1 https://github.com/google/oss-fuzz && \
6
cp oss-fuzz/projects/elfutils/build.sh $SRC/ && \
7
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/ && \
10
cp oss-fuzz/projects/elfutils/fuzz-dwfl-core_seed_corpus.zip $SRC/
11
WORKDIR elfutils
0 commit comments