Skip to content

Commit

Permalink
change to latest commit for the empty_seed fuzzers too
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Aug 19, 2024
1 parent 1d8f1a3 commit 616cfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/libafl_empty_seeds/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && git checkout b4efb6151550a37f61a869acf2957a1b07894a93 || true
RUN cd /libafl && git pull && git checkout f3433767bea0cc3d7ee3b4c08be138e61d20c468 || true
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down

0 comments on commit 616cfc2

Please sign in to comment.