Skip to content

Commit d8f7c82

Browse files
committed
cfl: switch to using the latest version of corpus
From the beginning CFL uses a corpus in Git submodule of a lua-c-api-test repository, but this submodule was bumped quite rarely and thus outdated corpus was used. The patch switches to using the latest version of corpus.
1 parent 2b44dd7 commit d8f7c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN apt-get update && apt-get install -y \
1212

1313
COPY . $SRC/lua-c-api-tests
1414
WORKDIR $SRC/lua-c-api-tests
15-
RUN git submodule update --init --recursive --force
16-
RUN cd corpus && git checkout cfl
15+
RUN rm -rf corpus
16+
RUN git clone --depth 1 --branch cfl https://github.com/ligurio/lua-c-api-corpus corpus
1717
COPY .clusterfuzzlite/build.sh $SRC/

0 commit comments

Comments
 (0)